Please help me out. Am i doing something wrong? OR suggest me another
document which explains index implementation and its effective use
completely.
On Thu, Jun 13, 2013 at 3:12 PM, Hamza Asad wrote:
> I have created simple table as follow
> *CREATE TABLE events_details(
> id int,
> event_i
I have created simple table as follow
*CREATE TABLE events_details(
id int,
event_id int,
user_id BIGINT,
event_date string,
intval_1 int ,
intval_2 int,
intval_3 int,
intval_4 int,
intval_5 int,
intval_6 int,
intval_7 int,
intval_8 int,
intval_9 int,
intval_10 int,
in