hey guys, i am having a 1 GB plain-text type database! (CSV format) the database contains names,and i want to make it search able, so if somebody search bogdan , to also return bogdan21, or rbogdan_kamelia... any suggestion how to make it fast? should i export it to mysql , or what ?! it's a huge database...
Better Idea is to import that CSV to MYSQL and run a query for the search result. Important 1 GB file into DB won't be a problem..