I have an application were i divided it to 7 notes databases.
These databases will replicate with a db2 database to get records from it to my single Notes database.
-
Number of records in db2 database is 53 million records where each record contains average 20 text fields.
-
Way of transfering is via LEI.
-
I got around 10 views where each view contains 3 sorted columns, and very simple view selection formula (select form = “formname”)
where formname represents a db2 record.
- My views wont be available to users, they wont view documents via views, but my application will search for a certain document via lotusscript agent and display data
from it on a form i designed, and i think this is a good issue.
I want to calculate my notes database size, for these 53 million records when they will be 53 millions notes document??
Will the database be able to cover this number of documents??
Will each view be capable of continaing these records???
does each view take a certain space???
Sorting, number of columns take space?
Important: i search for the document via “getdocumentbykey” , will it be slow or fast?
I created a dummy database, and i runned an agent to create 2000000 documents of the same type of the one above, i found the
document size 286b, and the database size around 2 giga.
So how to i get answers for all previous Questions?
Hope someone can answer me asap , or give me a refrence to these answers, i got the application performance pdf , but
still dont have the answers for it.