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
Note: I was initially doing this in a “transaction” block and seeing the same results but refactored to remove the “transaction” based on #35 (comment) to rule that out as a factor.
The text was updated successfully, but these errors were encountered:
To reproduce
Run the following code more than 16 times – e.g., if called index.js: (
node index.js
):What should happen
The length of the results from the select query should increase steadily.
What actually happens
New inserts begin to fail after 16 copies of the second item have been inserted. (Inserts continue to work for the first and third items.)
Also, the generated IDs are rather odd. I’m not sure if this is for the lexicographical sorting that LevelDB uses:
Note: I was initially doing this in a “transaction” block and seeing the same results but refactored to remove the “transaction” based on #35 (comment) to rule that out as a factor.
The text was updated successfully, but these errors were encountered: