[postgis-devel] Issue 67 in postgis: new tablespace parameter for shp2pgsql
codesite-noreply at google.com
codesite-noreply at google.com
Tue Nov 4 10:01:03 PST 2008
Issue 67: new tablespace parameter for shp2pgsql
http://code.google.com/p/postgis/issues/detail?id=67
New issue report by ke... at refractions.net:
I would like to see the addition of a tablespace parameter added to
shp2pgsql.
For loading large tables, this is currently a three stage process.
- load DDL from shp2pgsql
- use psql and alter the tablespace of the table
- load the data from shp2pgsql
Postgres stores relations as individual files. When loading several
thousand tables, the underlying OS can become slow when looking up a
particular file/table. Having multiple tablespaces solves this problem.
Issue attributes:
Status: Accepted
Owner: ke... at refractions.net
Labels: Type-Enhancement
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the postgis-devel
mailing list