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 Reviewer workspace in PostgreSQL

Available with Data Reviewer 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 previously modified, you can run the following script examples in pgAdmin or psql.

Note:
Copying and pasting the examples may cause syntax errors.
select schemaname, tableowner, tablename, tablespace
from pg_tables
where tableowner = 'rev'
order by schemaname, tableowner, tablename, tablespace;

select schemaname, tablename, indexname, tablespace
from pg_indexes
  where schemaname = 'rev'
  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