Topic awaiting preservation: MySQL Max Record Performance |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-27-2006 03:45
I am going to be creating a table that will store the number of clicks that are processed via a website. |
Bipolar (III) Inmate From: Australia |
posted 06-27-2006 07:35
Ive done this exactly same thing on a stats database i was working on, involving simple and complex queries. I have jumped on to another project meanwhile but I did do quite a bit of testing and stat generation. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-27-2006 16:01
Thanks for the information. |
Maniac (V) Inmate From: Sthlm, Sweden |
posted 06-27-2006 18:51
I can't see how it can take 9 seconds for a simple select on an indexed column with only 600 000 rows in the db?!?!? |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-27-2006 22:21
Dan, |
Bipolar (III) Inmate From: Australia |
posted 06-28-2006 01:58
Yeh the query i did isn't totally useful but it still shows how the speed is effected linearly for that sort of thing. I did some other tests with where clauses but i dont think i wrote them down. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-28-2006 02:28
Now that is a good idea. |
Maniac (V) Inmate From: Sthlm, Sweden |
posted 06-28-2006 20:54
Yup, I agree, not a dumb idea at all. |