如果我有6的索引位置,我只想得到第一句话:Dana's places, we're having people coming to us people wanna buy condos.如果我有80的索引位置,我只想得到第二句话:They want to move quickly and we're just losing out on a lot of great places.
我使用的查询示例: SELECT timestamp FROM entry_list WHERE username='user‘ORDER BY entry_id DESC LIMIT 1select_type:简单key_len: 34行数: 5654
额外:使用where;使用索引;使用文件排序即使0.2~0.4似乎也有点长,而且当它最终导致页面加载速度降低4-8秒时,这是不可接受的。