scanoss / ldb

SCANOSS LDB (Linked-list database)
11 stars 8 forks source link

How to specify the LENGTH parameter in merge command #32

Closed leoliaolei closed 3 months ago

leoliaolei commented 9 months ago

When executing merge command merge DBNAME/TABLENAME1 into DBNAME/TABLENAME2 max LENGTH, how to set value for parameter LENGTH?

mscasso-scanoss commented 3 months ago

Hi @leoliaolei,

LENGTH is simply a reference for the maximum expected size of the records. For example, if you set LENGTH=1024, any record longer than 1024 bytes will be ignored during the merge.

Best regards, and sorry for the delay.