GithubHelp home page GithubHelp logo

Comments (3)

lxop avatar lxop commented on June 2, 2024

Actually, I've just found that using .replace(".", "_") can cause non-unique statement names. This is because statement names are truncated at 63 characters (by default, at least) because they are an identifier. Putting the schema name first chews up valuable real-estate. Since statements are local to a session, would the schema name actually be necessary? If not, .split(".")[-1] might be more appropriate.

from eventsourcing.

johnbywater avatar johnbywater commented on June 2, 2024

@lxop As discussed on Slack, thanks for raising this issue.

I think I fixed both aspects in 88fe8bb.

Let me know if it's working for you now? Please note, since this issue was raised, I have changed several things in the postgres module, especially adding a connection pool which still needs more work. In the meantime, please set environment variables 'POSTGRES_POOL_MIN_CONN' and 'POSTGRES_POOL_MAX_CONN' to a suitable number.

from eventsourcing.

johnbywater avatar johnbywater commented on June 2, 2024

@lxop I have finished the new connection pool. As documented, the new names for the environment variables mentioned above are POSTGRES_POOL_SIZE and POSTGRES_MAX_OVERFLOW. See also POSTGRES_POOL_TIMEOUT.

from eventsourcing.

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.