MySQL Forums
Forum List  »  Archive Storage Engine

Archiving and Retrieving data using java with mysql
Posted by: bryan523
Date: June 06, 2006 03:04AM

Hi all,

I need your help on doing the archiving system using java with mysql.

I got one table which inside got a lot of data where all this data is the real time data and the data in this table will reach 10000 within 1 hour. The problem is, I dun want to stop the system but need to concernt the decrease of space memory.

what i need to do is archive the data for certain period and delete it after achive,the archive data will need to store as a file at another storage, then, i need to retrive it back to the databese for future reporting purpose but cannot replace the new data. Hope someone can show me the example code on these or the flow on how to do this.

rgds,
bryan



Edited 1 time(s). Last edit at 06/06/2006 04:59AM by bryan523 .

Options: ReplyQuote


Subject
Views
Written By
Posted
Archiving and Retrieving data using java with mysql
13051
June 06, 2006 03:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.