Comments on: AvocadoDB Memory Management & Consistency | ArangoDB Blog 2012 https://arangodb.com/2012/03/avocadodb-memory-management-and-consistency/ The database for graph and beyond Tue, 25 Jun 2024 09:26:57 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: fceller https://arangodb.com/2012/03/avocadodb-memory-management-and-consistency/#comment-1092 Mon, 30 Dec 2013 16:54:00 +0000 http://www.arangodb.com/?p=236#comment-1092 In reply to Jack Tang.

1. The index is rebuild, when the collection is loaded into memory. We
plan to support persistent indices at a later stage. This make sense,
for example, for full-text searches which are hard to rebuild.
2. Yes. There is, however, a garbage collection which will eventually collected old datafiles.

]]>
By: Jack Tang https://arangodb.com/2012/03/avocadodb-memory-management-and-consistency/#comment-1091 Fri, 27 Dec 2013 14:38:00 +0000 http://www.arangodb.com/?p=236#comment-1091 I have two simple questions.
1. Does it mean that whenever a restart of arangodb/reload of collection, the whole indices will be rebuild? If yes, is it build aggressively or whole at load?
2. Does append-only mean the raw data is a immutable data structure, even in the case of deletion?

]]>