GMLWORLDCHAMP!
GMLWorldChamp!
- Local time
- Today, 04:05
- Joined
- Sep 20, 2006
- Messages
- 139
You're right...sorry Pat!
The_Doc_Man said:GML, I would make a backup copy of the DB, then try to compress it to see if you will be able to farther from here. Also "repair" might be helpful.
But of course you are right - time to split the DB. Or perhaps to at least archive some of the older entries.
The_Doc_Man said:GML, I would make a backup copy of the DB, then try to compress it to see if you will be able to farther from here. Also "repair" might be helpful.
But of course you are right - time to split the DB. Or perhaps to at least archive some of the older entries.
grnzbra said:If your problem is that you just have an incredible amount of data you can move the really big table to their own database and link to it. 3 Jobs ago, the database automatically downloaded a very large amount of info about every stock on the New York stock exchange. Each table was in its own database. By about mid november, we had to start keeping an eye on one of them because it was reaching the 2 Gig limit. (yes, we compacted it every night). Eventually we split the table in two and had each in its own database and linked to both of them.