ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Verifying the tablespace storage for the Production Mapping workspace in PostgreSQL

Available with Production Mapping license.

Ensure that the workspace was created under the correct tablespace for proper data storage and the reduction of disk contention. Using the DBTUNE configuration that you modified previously, you can run the following script examples in pgAdmin or psql.

Note:

Copying and pasting the example may cause syntax errors.

List the tables and corresponding tablespace.

select schemaname, tableowner, tablename, tablespace
 from pg_tables
   where tableowner = 'pm'
   order by schemaname, tableowner, tablename, tablespace;

select schemaname, tablename, indexname, tablespace
 from pg_indexes
   where schemaname = 'pm'
   order by schemaname, tablename, indexname, tablespace;

If any tables are stored in the wrong tablespace, ALTER TABLE and ALTER INDEX can be used to change the tablespace.

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal