Using Memory-Resident Table Views in Express Edition
Making large tables memory-resident can dramatically improve performance. To make a table memory-resident, make sure its settings are as follows:
• Verify that it is read-only (C1WebExpressTable.ReadOnly = True).
• Do not change the FillFilter property for this table during user session (FillFilter condition will take effect only once for the application, in the first Fill).
• Set MemoryResident property to True.
|