08-Benchmarks_General

This sample demonstrates performance for database inserts, searches and deletes on a database with a fixed size class and a variable size class. The first class has multiple integer fields and a fixed size character array. The second class has variable length string fields. Both have hash and tree indexes.

How to Run

See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the \target\bin directory:

 
    08_benchmarks_general
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics