hi,
Is it better to store large text data(10000 document) inside the database or to keep it in file and save its path in the database, and if I want to do search for a word in the text, which better and FASTER (the database or the file).now i using file system for search but it takes more time.plz give some idea for better performance
Is it better to store large text data(10000 document) inside the database or to keep it in file and save its path in the database, and if I want to do search for a word in the text, which better and FASTER (the database or the file).now i using file system for search but it takes more time.plz give some idea for better performance
Comment