Menu

#23 Add support to CREATE INDEX CONCURRENTLY

Development Queue
open
nobody
5
2012-06-03
2011-04-12
Abbas Butt
No

For example
create table a(a int);
create index concurrently con_index on a(a);

Discussion

  • Koichi Suzuki

    Koichi Suzuki - 2012-06-03

    This creates new transaction. Datanode should handle this using different GXID and snapshot locally, or push down another GXID and snapshot.

     
  • Koichi Suzuki

    Koichi Suzuki - 2012-06-03
    • milestone: 1843521 --> Development Queue
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.