Re: Java DB rotation
- From: Martin Gregorie <martin@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jan 2012 02:21:11 +0000 (UTC)
On Mon, 30 Jan 2012 18:08:04 -0800, Jim Lee wrote:
I have a Java server controller that read/write to Database tableWhat problem are you using table rotation to solve?
Java server will start read / write to a new DB table every week/monday
e.g.
table-1-2-2012 table-1-9-2012 table-1-16-2012 table-1-23-2012 ... etc
What would prevent you from using a single table containing datestamped
rows which are archived and/or deleted the rows after "cycle length" days?
--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
.
- Follow-Ups:
- Re: Java DB rotation
- From: Jim Lee
- Re: Java DB rotation
- References:
- Java DB rotation
- From: Jim Lee
- Java DB rotation
- Prev by Date: Re: Java DB rotation
- Next by Date: Re: Java DB rotation
- Previous by thread: Re: Java DB rotation
- Next by thread: Re: Java DB rotation
- Index(es):
Relevant Pages
|