Subject | RE: [firebird-support] Re: TempDirectories and ALTER INDEX ACTIVE |
---|---|
Author | Leyne, Sean |
Post date | 2012-06-08T16:15:18Z |
Alex,
So, if you build an index on a string [say varchar(100)] column which is only sparsely populated (avg usage = 10 char) then it is reasonable/expected that the index will be much larger than the war data storage.
Sean
> However, it sounds like rebuilding an index cannot require moreCorrect, in order to build the index, the engine must build and sort a projection of the index values.
> space that the database size itself, right?
So, if you build an index on a string [say varchar(100)] column which is only sparsely populated (avg usage = 10 char) then it is reasonable/expected that the index will be much larger than the war data storage.
Sean