Quantcast
Channel: MySQL
Viewing all articles
Browse latest Browse all 50

MySQL提高分页效率

$
0
0
下面就是大数据量时提高分页的效率的测试代码,分享给大家。 --提高分页效率:实现分页时只读取显示数据,需要先在数据库创建数据库“TestForPaging”use TestForPaginggo--创建表SomeDatacreate table SomeData(id int primary key,name varchar(30) null,des

Viewing all articles
Browse latest Browse all 50

Trending Articles