![]() | |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
My customer has a requirement to store 64 billion records. I am looking for hard figures on size limits for BDB. I would also be interested in actual testimonies as well as theoretical limits. |
|
- What is the limit on database file size ? |
|
- Is anything special needed at compile time to support this limit or is it a runtime confi matter ? |
|
- What is the limit on number of records in Btree tables ? |
|
- BTree databases with RECNUM support are limited to 4 billion records. Is it a big job to widen the size of this field to support bigger tables ? |
#3
| |||
| |||
|
|
- BTree databases with RECNUM support are limited to 4 billion records. Is it a big job to widen the size of this field to support bigger tables ? It would not be a simple change. Specifically, the change would change Berkeley DB's on-disk page format, which would potentially impact the database transaction recovery code. |
#4
| |||
| |||
|
|
- BTree databases with RECNUM support are limited to 4 billion records. Is it a big job to widen the size of this field to support bigger tables ? It would not be a simple change. Specifically, the change would change Berkeley DB's on-disk page format, which would potentially impact the database transaction recovery code. I understand the file format changes, but in what way is the transaction recovery code affected ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |