internal ThickIndex(Type keyType, StorageImpl db) : base(db) { index = db.CreateIndex(keyType, true); }