cruppstahl / upscaledb

A very fast lightweight embedded database engine with a built-in query language.
https://upscaledb.com
Apache License 2.0
570 stars 71 forks source link

ups_info prints bogus record size values #62

Closed cruppstahl closed 8 years ago

cruppstahl commented 8 years ago

See Dmitriy's mail from dec 17:

What I see is that Common.db uses bogus values for the record size:

average record size:  1086
minimum record size:  419
maximum record size:  419

If minimum and maximum is 419 then the average cannot be 1086. I think one of these values is off, and therefore maybe the max. key size is misleading. But this is just a wrong printout, it does not explain why you see unexpected results in your program.