建议create或drop index时,加CONCURRENTLY参数,达到与写入数据并发的效果。建议对于频繁update, delete的包含于index定义中的column的table, 用create index CONCURRENTLY,drop index CONCURRENTLY的方式进行维护其对应index。建议用unique index代替unique constraints,便于后续维护。
建议create或drop index时,加CONCURRENTLY参数,达到与写入数据并发的效果。建议对于频繁update, delete的包含于index定义中的column的table, 用create index CONCURRENTLY,drop index CONCURRENTLY的方式进行维护其对应index。建议用unique index代替unique constraints,便于后续维护。
建议create或drop index时,加CONCURRENTLY参数,达到与写入数据并发的效果。建议对于频繁update, delete的包含于index定义中的column的table, 用create index CONCURRENTLY,drop index CONCURRENTLY的方式进行维护其对应index。建议用unique index代替unique constraints,便于后续维护。