(no title)
evandwight | 3 years ago
What indexes should you create? One for each sort you have?
(I'm just playing around cloning Reddit and running into all sorts of performance problems. Mostly due to celery taking all my memory)
evandwight | 3 years ago
What indexes should you create? One for each sort you have?
(I'm just playing around cloning Reddit and running into all sorts of performance problems. Mostly due to celery taking all my memory)
sroussey|3 years ago
20yr ago MySQL didn’t have reverse index columns so we had to make (1-timestamp) cols and index those! Also used int for time as it was easier to index back then and you don’t need sub second or anything. Smaller indexes are better.