Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Directly store the number of documents in an index #48

Closed
wants to merge 2 commits into from

Conversation

Kerollmops
Copy link
Member

This PR introduces a new database field that stores the number of documents ids in the database as an u64, as the number of documents is between 0 and 2^32 we are forced to use an u64 and not a u32.

@Kerollmops
Copy link
Member Author

We should better use the deserializer introduced in #87.

@Kerollmops Kerollmops closed this Feb 21, 2021
@Kerollmops Kerollmops deleted the number-documents-ids branch February 21, 2021 11:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant