Re: Looking for something like "like" of mysql.

2010-09-02 Thread vineet daniel
> by using user_id as key. After that i need to iterate over all the rows i > get and see which mail seems to fit the given condition.(matching a subject > in this case), which is very heavy computationally as we would get thousands > of rows. > So we are looking for something like &q

Re: Looking for something like "like" of mysql.

2010-09-02 Thread Mike Peters
we can get all the rows of a user by using user_id as key. After that i need to iterate over all the rows i get and see which mail seems to fit the given condition.(matching a subject in this case), which is very heavy computationally as we would get thousands of rows. So we are looking fo

Looking for something like "like" of mysql.

2010-09-02 Thread Anuj Kabra
is very heavy computationally as we would get thousands of rows. So we are looking for something like "like" of mysql provided by thrift. I also need to know if am going the right way. Help is much appreciated.