N
N
netrox2018-05-03 19:09:20
PHP
netrox, 2018-05-03 19:09:20

How to optimize the sampling of a large amount of data?

One of the MySQL database tables has a large amount of data (more than 35,000 records). Querying all data from a table takes a significant amount of time. Is there a way to quickly get all the data from a given table?
Explain tables:
5aec048623ced722239063.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2018-05-03
@2ord

https://datatables.net/
Example in https://datatables.net/manual/server-side
Parameters startand lengthdetermine how the server should receive a selection from the DBMS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question