Tagged Questions
0
votes
0answers
38 views
mySQL- large database
I need guideline to setup DBMS(MYSQL or SQL Server 2008). The database size is expected upto 80-100GB in next few months. One main table will contain textual content like essays. Can MySQL handle such ...
1
vote
1answer
192 views
which database engine is best for full text search on a 10M rows table?
I'm creating a search engine and needs to search keywords in a text field (about 300 words in each text field, unstructured).
I'm thinking about noSQL\MySQL+Sphinx, the performance impact here is ...
2
votes
1answer
145 views
Building a custom database in C with/without SQL? [closed]
Provide link or tutorials to build a custom database management in C. I am looking for Full Text Search options of about 10GB DB.