mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
082adb4fd6
When clearing tables this will delete all rows instead of truncating it. Benchmarking this change by running the full cms and framework test suit changed improved the running time from 32 minutes to 9 minutes. If truncate functionality is needed for any special cases it should be run as DB::query("TRUNCATE \"TableToTruncate\""); |
||
---|---|---|
.. | ||
PostgreSQLDatabase.php | ||
PostgreSQLDatabaseConfigurationHelper.php |