Hi,
I don't know how to formulate this question, so I try this and see
where it ends.
I want to create a database that will probably grow very big. How
should I do? My database is a Mysql DB and it will store free text
where you can search in it.
//M
Ed Prochak - 18 Feb 2005 17:59 GMT
The phrase:
a database that will probably grow very big
is essentially meaningless. What is very big?
is bigness defined by total database size?
is 1megabyte very big? 1gigabyte? 1terabyte?
or
is bigness defined by total rows in the largest tab?
is 1million rows very big? 1billion rows? 1trillion rows?
or
is bigness defined by response time?
is 1 second too slow? is one minute? one hour?
Now if you want to search free text why even use a database? free text
stored in files might be just as easily searched.
Seems to me you haven't defined your real problem yet.
Ed
--CELKO-- - 24 Feb 2005 17:51 GMT
>> My database is a Mysql DB and it will store free text where you can
search in it. <<
Wrong product. Look up Zyindex or other document management/textbase
systems.