Ticket #766 (closed enhancement: fixed)

Opened 2 years ago

Last modified 17 months ago

[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: trunk
Keywords: Cc:

Description

The option insert a VACUUM ANALYSE statement now. Doing a VACUUM on a new table is kind of useless.

Change History

Changed 2 years ago by pracine

  • status changed from new to assigned

Changed 20 months ago by pracine

  • priority changed from low to medium

Changed 20 months ago by pracine

  • status changed from assigned to new

Changed 17 months ago by dustymugs

  • status changed from new to closed
  • resolution set to fixed

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.

Note: See TracTickets for help on using tickets.