Hi,
I am sorry if I have posted this question at the wrong place.
My question is-
I have a client(not a web-client)-server application. The server holds the data which is accessed by various
clients in a network. Whenever a user logins into the client, the server data is loaded onto the client in form of a table. I need
to design a search mechanism which filters out all the rows containing a particular text in that particular schema. The challenge is
-if the database contains millions of records.
(In brief, something like a Google Desktop Search integrated with such an application)
Thanks in advance.
Abhay