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.
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_generalBut it is more instructive to run it in your development environment debugger, stepping through the code.