Subject how does firebird check the file size automatically
Author miniman_no1
what is the best way to solve the file size problem? In my program, I
need to use isc_database_info to get the isc_info_page_size and the
isc_info_allocation after execute each command, calculate the file
size and if the result exceed a specific number, alter the database
to add one more secondary file, but it seems not to have much
efficiency and also increase the overhead, does anyone have another
method to solve this problem, or can I use trigger, event to check
and alter automatically intead of manual operation? Any suggestion
are welcome!