fast retrieval from MYSQL DB
- by trojanwarrior3000
I have a table of users - It contains around millions of rows (user-id is the primary key).
I just want to retrieve user-id and their joining date. using "select user-id,joining date from table user" requires lot of time.Is there a fast way to query/retrieve the same data from this table?