* is within certain bounds. We have no alternative for scrolling insensitive
* cursors so we'll just trust that it will fit.
* We need BackingStoreHashtable to actually go to disk when it doesn't fit.
* This is a known limitation.
*/
ht = new BackingStoreHashtable(getTransactionController(),
null,
keyCols,
false,
-1, // don't trust optimizer row count
HashScanResultSet.DEFAULT_MAX_CAPACITY,