dongyan5706 2012-04-01 03:02
浏览 54
已采纳

在使用RedBean PHP ORM时,如何确保某个表被某个列编入索引?

I have an entity named 'account' which will have a username column and I want to index by this because I will be using it to lookup the username when logging in.

How do I tell redbean orm that I would like this table to have column 'username' to be indexed for faster lookup? Would I have to update the database manually instead of going through redbean orm?

  • 写回答

1条回答 默认 最新

  • dousheng3364 2012-04-05 18:38
    关注

    I think this is what you're after:

    R::$writer->addIndex('account','userindex','username');
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 ADS生成的微带线为什么是蓝色空心的
  • ¥15 求一下解题思路,完全不懂
  • ¥15 tensorflow
  • ¥15 densenet网络结构中,特征以cat方式复用后是怎么进行误差回传的
  • ¥15 STM32G471芯片spi设置了8位,总是发送16位
  • ¥15 R语言并行计算beta-NTI中tree文件的类型
  • ¥15 如何解读marsbar导出的ROI数据?
  • ¥20 求友友协助弄一下基于STC89C52单片机的声光控制灯原理图
  • ¥15 arduino双向交通灯设计
  • ¥15 有没有会粒子群算法的大能(○゜ε^○)求带不会出收敛图😭