Hi there.
I have a strange website, which do a lot of queries of the same type:
select * from table where a='$variable'
too much such queries generating web page, so visitors have to wait for 2-3 minute.
Can I optimize such queries without programmer?
maybe place this table in memory?
I have a strange website, which do a lot of queries of the same type:
select * from table where a='$variable'
too much such queries generating web page, so visitors have to wait for 2-3 minute.
Can I optimize such queries without programmer?
maybe place this table in memory?
Comment