Difficulty in fetching the data from the database ?
Moderator: General Moderators
Difficulty in fetching the data from the database ?
We have developed an application using PHP/ MySQL, which we found difficulty in fetching the data from the database? (i.e it contains around 8000 Records in a table), It gets very slow on the local host. Is there any possible for quick fetching the DB?
Re: Difficulty in fetching the data from the database ?
only pull the rows you need, not the entire table.
Re: Difficulty in fetching the data from the database ?
post the code/ query that you are using... and your table description