假设我正在使用MySQL并制作一个书店应用程序,该应用程序显示所有可用图书的分页列表(其中包含数亿册图书) id = auto incremented primaryalphabetically_sorted_title_number = integer field (indexed)SELECT * FROM `db_table` WHERE
我对oracle服务器的查询在0.157秒内提取了36行: from TABLE_NAME A,但我认为瓶颈是在Mysql上(它所承载的服务器是一台普通的桌面机器)。//Fetch from oracleselect A.ID , ... (36 columns trust me)
from TABLE_NAME为了简单起见