Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
1.3.0, 1.4.0
Description
When the ldb command is executed, all the records are output to a single file, which is not friendly to hundreds of millions of rows of data.
For example, here's a filetable, which has a lot of data, and ends up with a 2.2TB file.
We should take it apart and split it into multiple files, maybe better. For example, a maximum of 1,000,000 rows of records are allowed per file.