NuDB icon indicating copy to clipboard operation
NuDB copied to clipboard

'split' command

Open vinniefalco opened this issue 8 years ago • 0 comments

Need a command to split a database into two. This could work conceptually by iterating the data file and writing a new data/key file until reaching the halfway point in terms of file size, then continue the iteration and write the second data/key file. In practice to make this work in reasonable time frames (days instead of weeks) it would render large portions of the key file in memory the way that rekey works.

Also, could split N ways where N is a parameter.

vinniefalco avatar Aug 19 '16 17:08 vinniefalco