开发者社区 问答 正文

phonix 如何进行索引同步操作

phonix 如何进行索引同步操作

展开
收起
健东 2018-11-17 19:17:31 2025 分享 版权
1 条回答
写回答
取消 提交回答
  • 1,创建本地索引  create local index "IDX_E_voucher_union" on "Fvr_voucher"("cf"."fowner","cf"."fdate");

    1. 创建全局索引  create index "IDX_E_voucher_union" on "Fvr_voucher"("cf"."fowner","cf"."fdate");

    3.查看索引表  !tables
    4.删除表   drop index "IDX_E_voucher_union" on "Fvr_voucher";

    2019-07-17 23:15:12
    赞同 展开评论
问答分类:
问答地址: