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
Right now, entries are filtered out in-memory. Instead, it would be better to use key ranges
to get the correct results. This will require storing things differently.
One idea is to prefix entries by type, e.g. "/Dwow/Dneat/Ftest.html" (D=dir, F=file)
The text was updated successfully, but these errors were encountered:
Right now, entries are filtered out in-memory. Instead, it would be better to use key ranges
to get the correct results. This will require storing things differently.
One idea is to prefix entries by type, e.g. "/Dwow/Dneat/Ftest.html" (D=dir, F=file)
The text was updated successfully, but these errors were encountered: