Product Documentation

V11.5 Update Guide

Previous Topic

Next Topic

Standalone FPUTFGET, index file open in exclusive mode

FPUTFGET rebuild performance has been improved. For an index file open in exclusive mode when the code is compiled with exclusive file open support, it was determined that an index flush to disk is unnecessary. The node will be written to disk later, either due to LRU reuse of the index buffer or when closing the file.

Note: Using a larger index cache size could improve the effect of this exclusive mode optimization because having more index buffers can mean less frequent need to reuse a buffer, which could require an updated buffer to be flushed.

TOCIndex