diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-05-24 13:29:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 13:29:33 +0200 |
| commit | e814dce2de1f67f9c92ddd0db4db4b13dda55240 (patch) | |
| tree | ee9d93dd91b6cf0a56d85c8ca895c90a711cb1b3 /data/sql/commit.sql | |
| parent | 08d4b05771ada2a57dd5f96a6e852a52b6084014 (diff) | |
| parent | 1720b0586cfe0b4e0b32fd8b3ca5b9ef1799d2bc (diff) | |
| download | PROJ-e814dce2de1f67f9c92ddd0db4db4b13dda55240.tar.gz PROJ-e814dce2de1f67f9c92ddd0db4db4b13dda55240.zip | |
Merge pull request #2729 from rouault/analyze_db
Database: add a ANALYZE step during proj.db creation
Diffstat (limited to 'data/sql/commit.sql')
| -rw-r--r-- | data/sql/commit.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/commit.sql b/data/sql/commit.sql index e5850211..dbf1d738 100644 --- a/data/sql/commit.sql +++ b/data/sql/commit.sql @@ -301,4 +301,6 @@ INSERT INTO dummy DEFAULT VALUES; DROP TRIGGER final_checks; DROP TABLE dummy; +ANALYZE; + VACUUM; |
