Sure can:
show create table activities;
CREATE TABLE `activities` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`email` varchar(100) DEFAULT NULL,
`country_iso` varchar(2) DEFAULT NULL,
`tags` varchar(255) DEFAULT NULL,
`postcode` int(11) DEFAULT NULL,
`act
Can you post show create table for activity and explain output of the
problem query?
On Jul 7, 2011 8:51 PM, "Leonardo Borges"
wrote:
Hello everyone,
I have an increasingly popular web application running on top of mysql and
due to its popularity, I'm running into performance issues. After care
Hello everyone,
I have an increasingly popular web application running on top of mysql and
due to its popularity, I'm running into performance issues. After carefully
examining database indexes and tuning queries I was able to pin down the
slowest part of the system.
The app's got a user segmenta
2011/07/06 23:56 -0700, XL Cordemans
Goede morgen, and thank you for your suggestion. I am actually wondering if the
difference between lasso 8.1 and 8.6 is so big that traditional lasso code can
not be used when connecting w/ MySQL ? You mentioned "... This can be done in
the server c