Subject | RE: [ib-support] ib_sort Files |
---|---|
Author | Leyne, Sean |
Post date | 2002-07-18T18:56:33Z |
Rafael,
operations.
abrupt shutdowns/abends are the typical cuase.
In Firebird v1.5, you will be able to designate a chunk of memory which
will be used for sort/temp file operations. Currently, the engine
caches about 128-256Kb before writing to temp files/disk. It will make
quite a difference for those of use who have servers with a lot a
memory.
Sean
> I looked at my temp directory and discovered many ib_sort_ files...That's 'expected'
> Someone has already discussed that this files are for queries thatTemporary files are used for both unindexed searches as well as all sort
> doesn´t use indexes.
operations.
> My DB has only 20 MB but the sort files together have 76 MB. Is myI suspect that most of the files have been 'stranded' by the engine --
> Database design so bad to have such disparity?
abrupt shutdowns/abends are the typical cuase.
> Is there any way (index) so that Firebird use less of this sort_files?Not really.
In Firebird v1.5, you will be able to designate a chunk of memory which
will be used for sort/temp file operations. Currently, the engine
caches about 128-256Kb before writing to temp files/disk. It will make
quite a difference for those of use who have servers with a lot a
memory.
Sean