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 we're choosing to store indices in a flat directory. However, some filesystems are not good at storing hundreds/thousands of files inside a single directory, so we may need to migrate to a hierarchical (radix-based?) directory system in the future for index shelving/keeping.
Right now we're choosing to store indices in a flat directory. However, some filesystems are not good at storing hundreds/thousands of files inside a single directory, so we may need to migrate to a hierarchical (radix-based?) directory system in the future for index shelving/keeping.
To facilitate this, we should first have #14.
The text was updated successfully, but these errors were encountered: