Giter VIP home page Giter VIP logo

Comments (3)

elprans avatar elprans commented on June 2, 2024

Do you get an error? It's not clear from the description what the actual issue is.

from asyncpg.

0ralo avatar 0ralo commented on June 2, 2024

Do you get an error? It's not clear from the description what the actual issue is.

I got infinite loading when I execute this query. It does not even in .fetchall() but in session.execute(text()) line. Also asyncpg in python terminal with no sqlalchemy does not process query either it just stops. No logs no errors

from asyncpg.

0ralo avatar 0ralo commented on June 2, 2024

Upd:
I cannot(?) get result even when i put query into view. Select * from view_name also stops in text() block in slqalchemy.
Upd2. I can get result, but it took long time that i was not wait before. (approximately 9 min instead of 0,269 secs in DBeaver for 35 lines)
logs:
2024-04-03 10:11:43,328 INFO sqlalchemy.engine.Engine BEGIN (implicit)
2024-04-03 10:11:43,328 INFO sqlalchemy.engine.Engine select * from nd.get_events_15
2024-04-03 10:11:43,328 INFO sqlalchemy.engine.Engine [generated in 0.00011s] ()
2024-04-03 10:20:01,330 INFO sqlalchemy.engine.Engine ROLLBACK
query took 8m18.12 s

from asyncpg.

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.