开发者社区 问答 正文

phonix 如何进行索引同步操作

phonix 如何进行索引同步操作

展开
收起
健东 2018-11-17 10:50:07 1763 分享 版权
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";

    作者:HappyLife_haha
    来源:CSDN
    原文:https://blog.csdn.net/happylife_haha/article/details/74526114
    版权声明:本文为博主原创文章,转载请附上博文链接!

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