Re: temporal database generation

From: Mike Kienenberger (mkienen..mail.com)
Date: Sat Aug 26 2006 - 15:04:25 EDT

  • Next message: Mike Kienenberger: "Intercepting BatchQueries after sql is generated"

    On 8/26/06, Eric Lazarus <ericllazaru..ahoo.com> wrote:
    > I guess I was thinking about it done in Tomi's way but if this way can ensure that no data is ever lost, that is pretty powerful.
    >
    > What are the advantages of doing it Tomi's way?
    >
    > He can do efficient queries to see what the state of the database was at any time in the past? Is that right?
    >
    > He could efficiently materialize objects as they existed at any time in the past.

    Yeah, the only real difficulty in doing this is handling join queries.
      Each join has to also eliminate non-relevent data.

    I actually did a lot of this "by hand" for a WebObjects project
    (Imperial Wars) a long time ago. Time was measured in discrete units
    (turns), but it worked pretty much the same way.



    This archive was generated by hypermail 2.0.0 : Sat Aug 26 2006 - 15:04:49 EDT