Patch for IncrementalFaultList

From: Scott Finnerty (scot..odefuey.com)
Date: Fri Sep 26 2003 - 14:22:23 EDT

  • Next message: Dirk Olmes: "Re: DataContext delegate? [Re: Implementing Entity "restricting qualifier" in application?]"

    Attached is a patch for IncrementalFaultList that:

    1) provides iterator implementations that support the incremental fetches
    from the database.

    2) ensures that resolving a range in the list is done in chunks so as to
    mitigate statement length and/or complexity limitations in drivers (such as
    PostgreSQL's limit on expression nesting)

    Note: the default chunk size is 10000 - I picked this because of the default
    limit in PostgreSQL.

    Still to do:

    1) testing the various iterators thoroughly.

    2) making the "chunk" size - i.e., fetchSize - configurable.

    Scott Finnerty





    This archive was generated by hypermail 2.0.0 : Fri Sep 26 2003 - 14:22:40 EDT