I am wracking my brain trying to figure out the best way to design the database. The database will store real estate data. My biggest concern is speed of searching.
Lets say I have a home which has 150 different attributes to it. Example attributes would be price, year built, square footage...
The query is complex and returns 16,000 out of 240,000 rows. Proper indexes are used and the query is relatively fast however it always uses temp tables and filesort. I am trying to speed it up though. When I do an explain I get...
Hello everyone,
I am having a strange problem I cannot figure out...
I have a table callled tracking_clickstreams:
id - unsigned bigint primary key unique
fkey_session - unsigned mediumint
fkey_url - unsigned mediumint
stamper - timestamp
The table has an index on the id field, and a compound...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.