Opened 14 years ago
Closed 13 years ago
#766 closed enhancement (fixed)
[raster] The raster2pgsql.py -M option should just do an ANALYSE
Reported by: | pracine | Owned by: | pracine |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
The option insert a VACUUM ANALYSE statement now. Doing a VACUUM on a new table is kind of useless.
Change History (4)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 13 years ago
Priority: | low → medium |
---|
comment:3 by , 13 years ago
Status: | assigned → new |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In the C-base raster2pgsql, adding a GIST index automatically adds an ANALYZE statement. The -M still does a VACUUM ANALYZE and is suggested for use when appending data.