Forum: MySQL Oct 24th, 2009 |
| Replies: 5 Views: 404 Ok. I'll set up indexes on those two fields.
I was also wondering whether a JOIN query might improve the performance. Any ideas? |
Forum: MySQL Oct 24th, 2009 |
| Replies: 5 Views: 404 No. Would that help significantly? |
Forum: MySQL Oct 24th, 2009 |
| Replies: 5 Views: 404 Hi all.
I am writing a utility to manage virtual users on a mailserver w/ mysql backed. Unfortunately I am having performance issues when querying for the user's last access date/time.
DB has... |
Forum: MySQL Feb 2nd, 2009 |
| Replies: 2 Views: 754 |
Forum: MySQL Feb 1st, 2009 |
| Replies: 2 Views: 754 Hi all.
I have a table with a this records:
<!-- Table user_activity -->
<user_activity>
<id>1</id>
<event>LOGIN</event>
<username>user@domain.com</username>
... |