Skip to content

reworked unit of work #1742

Closed
Closed
@sqlalchemy-bot

Description

@sqlalchemy-bot
Collaborator

Migrated issue, originally created by Michael Bayer (@zzzeek)

this is an experimental idea to change the whole system of the unit of work internals, to work everything into fine grained tasks and process with a straight simple topological sort. I think it will vastly simplify the UOW and improve performance immediately, and pave the way for some even greater performance improvements.

Activity

sqlalchemy-bot

sqlalchemy-bot commented on Apr 7, 2010

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

The bitbucket branch now passes all tests and is being further improved, current progress at http://bitbucket.org/zzzeek/uow_rethink/.

We would like to target this for 0.6.1 currently.

sqlalchemy-bot

sqlalchemy-bot commented on Apr 7, 2010

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • added labels: high priority
  • changed milestone from "0.7.0" to "0.6.1"
sqlalchemy-bot

sqlalchemy-bot commented on Apr 14, 2010

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • changed milestone from "0.6.1" to "0.6.0"
sqlalchemy-bot

sqlalchemy-bot commented on Apr 15, 2010

@sqlalchemy-bot
CollaboratorAuthor

Michael Bayer (@zzzeek) wrote:

the merge is as of b781ece and some further fixes subsequent to that.

sqlalchemy-bot

sqlalchemy-bot commented on Apr 15, 2010

@sqlalchemy-bot
CollaboratorAuthor

Changes by Michael Bayer (@zzzeek):

  • changed status to closed
added this to the 0.6.0 milestone on Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sqlalchemy-bot

        Issue actions

          reworked unit of work · Issue #1742 · sqlalchemy/sqlalchemy