Skip to content

Releases: bluerogue251/DBSubsetter

v1.0.0-beta.7

22 Oct 00:45
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release
  • Improved stability and performance
  • Removed --singleThreadedDebugMode option

v1.0.0-beta.6

06 Oct 01:47
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release
  • (Bugfix) permit missing primary keys when they are on tables excluded via --excludeTable

v1.0.0-beta.5

05 Oct 02:55
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release
  • Adds validations and error messages for common configuration problems
  • Separates key calculation phase from data copy phase for added stability
  • Supports native Postgres data types using Postgres COPY for target inserts

v1.0.0-beta.4

04 Nov 04:03
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release
  • Reduced memory footprint by using Chronicle-Queue to buffer outstanding data copy tasks
  • Decoupled key calculation origin db queries from data copy origin db queries
  • Enabled batched inserts into target db during data copy phase
  • Removed --skipPkStore option
  • Renamed --originDbParallelism/--targetDbParallelism to --keyCalculationDbConnectionCount/--dataCopyDbConnectionCount

v1.0.0-beta.3

17 Dec 22:55
9e1819d
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release
  • Reduced memory footprint by using Chronicle-Queue for queue of outstanding foreign key tasks
  • Added --excludeTable option
  • Added --skipPkStore option
  • Improved stability with new automated end-to-end tests and load tests

v1.0.0-beta.2

07 Dec 18:36
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release
  • Improved documentation
  • Clarified base query fetchChildren option (replaced true/false with includeChildren/excludeChildren)
  • Fix for a MySQL bug when a foreign key references a column whose name has a capital letter
  • Improved test coverage and load testing
  • Optimized for not creating tasks for parents we know have already been fetched

v1.0.0-beta.1

03 Dec 03:24
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Initial beta release of DBSubsetter