I have now posted slides for the talk I gave in Zurich last week in MySQL Performance Presentations section.

That was fun talk and fun trip in general. Thank you for inviting.

6 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Harry Fuecks

And many thanks for doing it – learnt a lot. A video should be turning up eventually in the near future – will let you know.

pahud

Hi, I’ve read the slides and have some questions about the LIMIT.

As you said in “More about LIMIT”:
Protect your application from large limits
– People may not go to page 500 but search engine bots
well may do.

If I really need to do “select a,b,c from table where key=’val’ limit 1000,10” for paging, is there any way to avoid slow query?

runnr

Hi Peter,

Although I think I understand the performance issue of using large limits, I don’t completely understand the solution you propose.. I think I have read about this somewhere.. cant really recall.. it will be great if you can shed some more light on your solution

Thanks!

Julien

Hello Peter,

thank you for posting the slides !

Julien