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 created an LMDB on my local hard drive, and after using it for a while, why did my write speed become very slow, while my read speed remained fast? What should I do to resolve this issue? There are two things to note: the free space on my hard drive has decreased, but there is still over 200 GB available; and I only created one library, and I frequently delete some tables within it and then create new tables with the same name and insert or modify the new data. However, the total data volume has not changed significantly.
The text was updated successfully, but these errors were encountered:
I created an LMDB on my local hard drive, and after using it for a while, why did my write speed become very slow, while my read speed remained fast? What should I do to resolve this issue? There are two things to note: the free space on my hard drive has decreased, but there is still over 200 GB available; and I only created one library, and I frequently delete some tables within it and then create new tables with the same name and insert or modify the new data. However, the total data volume has not changed significantly.
The text was updated successfully, but these errors were encountered: