ComponentOne WebData for ASP.NET:Using WebDataObjects for ASP.NET Express Edition > Using Memory-Resident Table Views in Express Edition

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.


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.