Hi all,
I'm planning a system for a customer who store about 300 million records after about 5 years. To me, that sounds like a TOC table of about 300 million (plus folders), and a PROPVAL table of about 3 billion records. It'll be huge.
With MSSQL, i can throw CPUs and RAM at it and it should be fine.
If 99% of the time, documents will be retrieved via EntryID, I expect results to be near instant.
For the other 1%, users will be performing explicit metadata searches (no wild-cards).
Does anyone else have a single Repository close to this on any version?