Discussion:
[leveldb] Level1 files not getting created
mohammad saleh Gharehdaghi
2018-04-04 06:35:58 UTC
Permalink
Hello everyone,

No matter how much I increase the data, after level 0 files are created, I
dont see any changes( like deleting old files and creating new ones)
regarding level 1 taking place. I am stuck on why it is not happening. Also
can someone tell me which function on which file, is supposed to run to
merge the files at arbitrary level. Would someone help me with this issue
please.

Best Regards
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mohammad saleh Gharehdaghi
2018-04-04 06:46:52 UTC
Permalink
Hello everyone,

No matter how much I increase the data, after level 0 files are created, I
dont see any changes( like deleting old files and creating new ones)
regarding level 1 taking place. I am stuck on why it is not happening.
Level 1 files should be created after level 0 files reach 4, shouldn't they?
Also can someone tell me which function on which file, is supposed to run
to merge the files at arbitrary level. Would someone help me with this
issue please.

Best Regards
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...