php - laravel有没有分表的方案
天蓬老师
天蓬老师 2017-04-17 16:48:50
0
1
731
天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
黄舟
  1. Consider MySQL partitioning Partition according to certain rules. Avoid the scheme of splitting tables, which is very inefficient. Partition 。避免分表这种方案,效率很低。

    学习成本较低,达到目的较快
    
  2. 如果查询量大,laravel无缝支持elasticsearch,将elastic作为查询方案效率会更好。

    使用elastic有一定的学习成本
    

laravelelasticsearch rrreee

  • If the query volume is large, laravel seamlessly supports elasticsearch, and it will be more efficient to use elastic as a query solution.

    rrreee

  • laravel’s elasticsearch plug-in, both are required.
  • laravel/scout https://packagist.org/package...
🎜 🎜🎜addons/elasticsearch https://packagist.org/package...🎜🎜 🎜
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!