You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder how to adjust page size, in the db_path, it has 5 sf files as prefix, while other db has more files, but I couldn't find the correspoinding code.
The text was updated successfully, but these errors were encountered:
Could you tell me how to run run_custom, when I execute“./run_custom”, it tells me to add configuration files, but I don't know how to add parameters after the instruction to run, and what these configuration files are.thx。
Thanks for your incredible work!
I want to test treeline on my own, and I make a ycsbr scripts as follows:
And I test it by
run_custom
onrocksdb
、treeline
、pg_treeline
andleanstore
, it runs smoothly onrocksdb
, but others have different bugs.treeline
fallocate
on Ubuntu 22.04 is not supported, after changing toposix_fallocate
is work.leanstore
It prints errors as:
Error opening counter cycle Error opening counter cycle Error opening counter cycle Error opening counter cycle Error opening counter cycle Error opening counter cycle 0x7f840c006858 ------------------------------------------------------------------------------------- Going out of memory !
pg_treeline
The error is:
I wonder how to adjust page size, in the
db_path
, it has 5sf
files as prefix, while otherdb
has more files, but I couldn't find the correspoinding code.The text was updated successfully, but these errors were encountered: