From e42f000e98e9ff33a91a86a3e2a0cf04c6778102 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 2 Jan 2010 01:52:38 +0000 Subject: - With the improved row count support and behaviour, replace the old "Fetch correct row count" preference with a new Table row counts query level (never, only for small tables, always), defaulting to only for small tables - boundary currently set to 5MB. This addresses Issue #500 --- Resources/PreferenceDefaults.plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Resources/PreferenceDefaults.plist') diff --git a/Resources/PreferenceDefaults.plist b/Resources/PreferenceDefaults.plist index 71e9473d..233569d2 100644 --- a/Resources/PreferenceDefaults.plist +++ b/Resources/PreferenceDefaults.plist @@ -20,8 +20,10 @@ LoadBlobsAsNeeded - FetchCorrectRowCount - + TableRowCountQueryLevel + 1 + TableRowCountCheapLookupSizeBoundary + 5242880 NewFieldsAllowNulls LimitResults -- cgit v1.2.3