Skip to main content

Database OLTP

The (File Protocol) Database OLTP Example is designed to mimic an Online Transaction Processing Database in terms of block sizes, command ratios, and typical file sizes. It does not take into consideration typical ratios of access within files, as the available data does not cover this.

OLTP access is often very read heavy, accessing large files in a flat or shallow file hierarchy. This leads to minimal meta-command activity. The suggested block size can vary dramatically from the configured 8KB size selected for this example.