Subject Re: [Firebird-general] Three open source databases - some benchmarks
Author Ann W. Harrison
Aage Johansen wrote:
>
> All queries used NATURAL - is this typical? Or interesting.

Firebird would do better with some secondary indexes. In this test,
only the primary keys of dim0, dim1, and dim2 are indexed. Given the
indexes available, there's no way to avoid a natural (or sequential
scan) pass on some of the tables. Perhaps the other systems would also
benefit from secondary indexes.


Regards,


Ann