It is a temporary sort file that gets deleted when the index rebuild is done. Depending on the OS ( you don't say anything about your environment ) it might be visible or not ( on *nix it is an unlinked file per default - you need to specify the parameter -t to see it ). Per default it gets created in the working directory unless you specify the location with the parameter -T. You need to make sure to have enough space available for the sort files when doing an index rebuild - otherwise the index rebuild will crash leaving the database in an unusable state. You must then re-run the index rebuild until you succeed.
You may be asking about the dbname.srt file that can be used to tell index rebuild where to put those srt* files. You can either create the file by naming it dbname.srt or you can use the -SS option:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.