Re: Robust Single File database - updated benchmark results



Jerry Hayes wrote:

Here are the latest results with NexusDB and a correction:

Just a few notes about NexusDB and the benchmarks:

NexusDB supports both native Guids (binary) and VarChar columns. One of the
few, if not only, one in the list that does so.

That could have a major factor on database sizes.

Sure can have. NexusDB also supports an optional variable record size (which
is not used in this benchmark) which can reduce stored size significantly.
With the default static record engine all records are the same size on disk
and whether you use varchar() or char() won't make a difference size wise. The
only difference is that (conforming to the SQL standard) char() fields are
returned padded with spaces to the defined length.

--

Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
.



Relevant Pages