0

Requirement is to update document stored in ArangoDB with values every one minute on large dataset. Reading Updating the document is faster and works properly but on every update the size of document on disk keeps increasing gradually.

Found that document revision is a methodology which keeps the last updated record track before any new update. And as per the official site documentation about revision found that it is not configurable and managed by arango itself.

Question is if data is updated every one minute the size on disk will increase gradually over a period of time. Does ArangoDB will clear the previous revisions frequently ? If yes how frequent that will happen ?

Vimalan E
  • 351
  • 3
  • 12

0 Answers0