Giter Site home page Giter Site logo

performance problem about orm HOT 5 CLOSED

cycle avatar cycle commented on July 21, 2024 2
performance problem

from orm.

Comments (5)

wolfy-j avatar wolfy-j commented on July 21, 2024 4

OK, I might need to talk to @roxblnfk to cache the Postgres primary keys or alter inserts... sit tight.

from orm.

wolfy-j avatar wolfy-j commented on July 21, 2024

Hi, do you use it in classic or RoadRunner application?

What is happening here, the DBAL (not ORM) looks for the PK key of the table you insert into, this is because of PosgreSQL lastInsertID works differently than other databases (see RETURNING "id").

The table PK are cached in memory after first call (adapted for RoadRunner). In classic approach, we should either turn it off or provide you an option to cache this keys somewhere.

from orm.

thenotsoft avatar thenotsoft commented on July 21, 2024

@wolfy-j classic application yii3 with cache

from orm.

wolfy-j avatar wolfy-j commented on July 21, 2024

In progress.

from orm.

wolfy-j avatar wolfy-j commented on July 21, 2024

The Postgres PK issue has been addressed in 1.2.3

from orm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.