But I think you might hit a limit with the Lucene indexes if you try and index that much data!
Itamar Syn-Hershko
unread,
Feb 22, 2012, 1:48:40 PM2/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rav...@googlegroups.com
Esent can hold up to 16tb, and as Matt indicated it may not be the bottleneck at those sizes
You probably want to consider sharding if you ever get to that scale. Multi-tenancy should be used by different applications, or the same application in different contexts
Oren Eini (Ayende Rahien)
unread,
Feb 22, 2012, 11:03:06 PM2/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rav...@googlegroups.com
The physical limit is 16 TB for documents.
Indexes are stored separately, and are not counted for this measure.
You can have multiple databases, and each will have a 16 TB size limit.
Note that at those sizes, we recommend sharding the data.