Gideon
Gideon

Reputation: 1088

Raven DB - Optimal document size

I found this link where RavenDB author explains that, in spite of the fact that Raven DB has a huge document size limit (around 2 GB), it is unhealthy to manage too big files (among other reasons, it makes the indexing process too slow). What is the maximum size that is still "healthy" for the system? If it is not documented, is there a best way to determine this size somehow?

Upvotes: 2

Views: 883

Answers (1)

Ayende Rahien
Ayende Rahien

Reputation: 22956

Up to a few MB, that is fine. Beyond a few MB, the sending and retrieving of documents become awkward.

Upvotes: 2

Related Questions