tomy0608's recent timeline updates
tomy0608
ONLINE

tomy0608

V2EX member #505196, joined on 2020-08-24 15:04:39 +08:00
tomy0608's recent replies
哥们,PDD 只要 Java ?过去了也要转到 Java ? 🥹
有些东西, 你可以不用, 但你不能没有. 你懂我意思吧
@aimaodeyuer 时隔 87 天....我回来了. 平时都在 stackoverflow 上....

我已经不好意思回复了... , 老哥你应该也用不到了 :-)
直接输入框用 sql 语句嘛, 大哥就不怕默认闲着测你数据库....比如我.. :-)
这个情况用两个 deployment 实现吧
按照文档上的意思, 就是在你开启了 index_extensions 之后, 会在你自建的索引基础上拓展一个类似联合索引的样子. 从你这个表来说就是 `index(msg_id, id)`.
执行器器在执行的时候能提高性能. 原话是这样的
```
The optimizer takes into account the primary key columns of the extended secondary index when determining how and whether to use that index. This can result in more efficient query execution plans and better performance.
```

但你这个实际跟这个没啥关系. `Using where` 表示 MySQL 服务器会在搜索引擎执行完之后再进行过滤操作.

在你没有 order by 时, 直接通过索引定位到了, 所以并不需要过滤操作.(可以这么认为)

但是你要排序(order by)的话, 是需要基于一个结果排序的, 这个结果便是 Using index 查出来的结果. (虽然你这查出来可能只有一个)
个人觉得, 蛋壳属实不行. 我就在这边上上班. 附近房源倒挺多的
Aug 27, 2020
Replied to a topic by niselover 程序员 [请教] 后台开发文档应该怎么写?
@ifsclimbing + 1. 开发有这个基本就够了.
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5948 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 02:52 · PVG 10:52 · LAX 19:52 · JFK 22:52
♥ Do have faith in what you're doing.