For several years, Mike Woolsey of Solutions by Design maintained a list in the Business Partner Forum of the various known or guessed limits in Notes/Domino. He graciously agreed to allow this list to be distributed to any Lotus Customer, and I have decided to post it here and try to keep it up to date. This is the R4 list, while the R5, ND6/6.5 and ND7 lists are on the Domino Limits page. If you see values which seem incorrect to you, post them as comments to my Limits in Notes/Domino blog entry and I'll update the information I have after I verify what I can. Feel free to link to this page or to the blog entry, and I'll make sure it stays around.
If you know of any errors in this list, let me know.
Anyone knowing more limitations, please let me know (see blog entry above) and I'll update this doc. If I miss a limitation you mention elsewhere, let me know.
Some of this is copied from the R4 Help database.
| Feature test | R4(.6) (LotusScript 3) |
| What is the maximum size of a database? | 4 GB (gigabyte) 2 GB on some UNIX platforms |
What is the maximum size of plain text fields?
(What is the maximum size of a group Members field?) | 15KB of fields per document (storage); 15KB displayed in a view's column |
| What is the maximum size of a computed text field? | ?64,363 characters |
| What is the maximum size of a single paragraph in a rich text field? | 64KB (this is approximately 35k of text, though) |
| What is the maximum number of paragraph styles? | 64,000 unique paragraph styles in a single document |
| How many levels of responses in a hierarchical view; how many documents at each level? | 31 levels; 300,000 documents |
| What is the maximum number of windows you can have open simultaneously? | 9 |
| How many characters are allowed in names for views, forms, and so on? | Database Title: 32
Filename: on server 8 plus extension; on local workstation 8 plus extension (on Windows 95 workstation 255)
Field names: 32
View names: 64
Form names: 32
Macro names: 32 |
| What is the maximum size for Mail recipient names? | 2MB of recipient names (based on fully qualified names, for example, Les Kaplan @ Marketing). |
| What's the maximum password length allowed on an ID? | 63 characters |
| How many fields in a database? | ~ 3000 (limited to ~ 64K total length for all field names). |
| How many fields in a form? | 10MB memory (6MB memory for OS/2) |
| How many columns can be included in one table? | 64 |
| How many rows can be included in one table? | 255 |
| How many views can be added to a database? | No limit; however, as the number of views increases, the length of time to display other views also increases |
| How many forms can be added to a database? | Unlimited |
| How many columns are allowed in a view? | 289 ten-character columns; dependent upon # or characters per column |
| How wide can a column be (# of inches)? | 999 characters or approximately 54 inches wide |
| What is the total size of computable simple text fields? | 63K |
| How many paragraphs in a document? | 21,509 (19,004 for OS/2) |
| What is the maximum size of a rich text field? | Limited only by available disk space up to 1GB |
| What is the maximum number of inserted page breaks? | Unlimited |
| How many documents can be imported into a view? | Documents totaling at least 350K |
| How many cascading views are allowed in a database? | 200 |
| How many copies of a document can be printed at once? | 65,535 |
| What is the maximum value allowed in "Start page numbers at" field? | 65,535 |
| What is the maximum value (in inches) you can enter for margin size? | 46 |
| What is the maximum value (in inches) you can enter for page size cropping? | 46 |
| What is the maximum point size you can select/print? | 250 (except under UNIX X11R4/Motif, where it's the maximum display size for the font). |
| How many documents are allowed in one view? | Maximum of 130MB for a view index; 512 MB in 4.5, 4.6. R4.x databases have a 512 MB limit on the size of the container which does limit the size of the view. |
| What is the maximum number of documents that can be exported to Tabular Text? | Limited only by available disk space |
| How many levels of responses will display in a view? | 31 responses to 1 main document |
| What is the maximum number of entries in an Access Control List? | 950 names
Acc: This is really ~700 - 15*(number of ACL edits) |
| What is the maximum number of roles in an access control list? | 75 Roles |
| What is the maximum number of ACL groups a user can be member of? |  |
| What is the maximum size of a single paragraph you can cut or copy to the Clipboard? | Unlimited (64K for UNIX) |
| What is the maximum number of documents you can cut or copy to the clipboard? | 2335 (Win32) |
| What is the maximum number of users to have authorized passwords on a multiple password ID? | 8 users |
| What's the maximum amount of storage that can be used for strings in a LotusScript module? | 64k |
| What's the maximum length of an environment variable value? | 149 characters |
| What's the maximum number of results that can be returned from a full text search | 4,999 (4.5) |
| What's the maximum size of variable-length strings in a LotusScript module? | 32k (16k characters) |
| How many variable-length strings can be defined in LotusScript? | (normally) limited by content up to 64k (32k characters); sometimes limited by symbol table to 64k of symbol names. |
| What's the maximum size of fixed-length strings in LotusScript? | 64k (this is a BASIC language limitation) |
| What's the maximum length of a string literal in LotusScript? | 32k (16k characters) (this is a BASIC language limitation) |
| What's the maximum line length of a line written by LotusScript Write statement? | 255 characters |
| How many characters can be in path in MkDir, RmDir, or ChDir statement? | 128. This includes the drive specifier, if any. |
| How many items can be in a Print, Write, or Input statement? | ?255 |
| What's the maximum recLen in Open statement? | ?32767 |
| How many symbols can LotusScript handle? | ?64k of text in symbol names |
| How many data elements can be in a LotusScript array? | Determined by memory available for data, and by the storage size of each element of the array, which varies with the array data type. For example, a Long one-dimensional fixed array declared in type scope can have 16,128 elements. (The total storage size available for fixed-size data in module scope is 64K bytes, and a Long element requires 4 bytes for storage.) |
| What's the maximum size of a LotusScript executable module's code? | 64k |
| How many outline entries can an outline have? |  |