bolt
bolt copied to clipboard
what kind fo key can enhance write speed
every 20 min, i will write maybe 100k pairs, but the write so slow
Bulk loading a lot of random writes into a new bucket can be slow as the page will not split until the transaction is committed. Randomly inserting more than 100,000 key/value pairs into a single new bucket in a single transaction is not advised.