Subject: Re: optimisation for a table with frequently used query
Date: Mon, 28 May 2007 21:37:11 +0200
SELECT * from my_table where id_1 = x and id_2 = y;
Neither id_1 or id_2 or the combination of them is unique. I expect
this table to become large over time.