0 votes
in Neo4j by
how Neo4j stores primitive array?

1 Answer

0 votes
by

Neo4j stores primitive array in a compressed way in order to save the space on disk, to do that it uses a “bit saving” algorithm.

...