Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> how to implement a circular buffer in a table

how to implement a circular buffer in a table

From: oofoof <oofoofoof_at_ureach.com>
Date: 15 Aug 2001 14:14:40 -0700
Message-ID: <894b11eb.0108151314.cb4cb38@posting.google.com>


I'm looking to design a table that has a fixed size. When the table reaches this size, new records added to the table will replace the oldest records, thus creating a circular buffer. How do I implement this efficiently? Received on Wed Aug 15 2001 - 16:14:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US