I have a table on sql server (~40K rows). I need the content of this table be stored in some sort of table in java that I can search on so that I don't need to keep on running a select on the sql-server.
Running a query to do a select on this table is fast, but am running a 15M rows text file against it, so it's affecting the performance.
Thanks guys.
-- CK
Running a query to do a select on this table is fast, but am running a 15M rows text file against it, so it's affecting the performance.
Thanks guys.
-- CK
Comment