You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above API will make it easy to associate tables to tablespaces, thus allowing specification of a custom placement policy for a table. The table->tablespace mapping should be sent down to YB-Master to allow correct placement of new tablets (though this information will only be persisted in pg catalog tables).
Describe and pg_dump, backup and restore workflows should also work correctly after enabling this API.
The text was updated successfully, but these errors were encountered:
deeps1991
changed the title
[YSQL] Support CREATE TABLE <table> SET TABLESPACE <tablespace> API
[YSQL] Support CREATE TABLE/INDEX <table/index> SET TABLESPACE <tablespace> API
Dec 12, 2020
The above API will make it easy to associate tables to tablespaces, thus allowing specification of a custom placement policy for a table. The table->tablespace mapping should be sent down to YB-Master to allow correct placement of new tablets (though this information will only be persisted in pg catalog tables).
Describe and pg_dump, backup and restore workflows should also work correctly after enabling this API.
The text was updated successfully, but these errors were encountered: