Git Product home page Git Product logo

Comments (6)

minafarid avatar minafarid commented on June 6, 2024

Hi @pmaetzig thank you very much for your interest in holoclean and for digging deep into this issue and coming up with a solution.

We are currently relying on the features in newer versions of postgresql because they provide necessary optimizations especially in joins.

I understand that you might be limited to a particular version of postgresql. If it is possible for you to use dockers, I suggest starting a postgres docker instance with the latest postgres version 11 as follows

docker run --name pghc \
    -e POSTGRES_DB=holo -e POSTGRES_USER=holocleanuser -e POSTGRES_PASSWORD=abcd1234 \
    -p 5432:5432 \
    -d postgres:11

and you can use docker start pghc and docker stop pghc to start/stop the container.

You can find details about this image here and feel free to ask about any details.

from holoclean.

pmaetzig avatar pmaetzig commented on June 6, 2024

Thanks, I was just sharing it in case someone runs into a similar problem and -- as you said -- if someone else is restricted to some older version of postgres. One thing that would be helpful is referencing the optimal postgres version in the readme.

I will try using the docker solution, thanks!

from holoclean.

thodrek avatar thodrek commented on June 6, 2024

@pmaetzig Please let us know of your experience with docker. More than happy to help in case of any issues.

from holoclean.

pmaetzig avatar pmaetzig commented on June 6, 2024

Hi, sorry for the late update -- docker is not an option with my current setup. The most viable solution would be to get an upgrade of postgresql working. When I tried on another machine with an updated version of postgres, this issue did not occur any more.

What else could be affected by using an older postgresql version, potentially?

from holoclean.

pmaetzig avatar pmaetzig commented on June 6, 2024

I've managed to upgrade to postgresql 9.4, this fixes the issue as expected. I don't know of any other bugs that occur because of an older postgres version, but this issue can be closed in my opinion.

from holoclean.

minafarid avatar minafarid commented on June 6, 2024

Thank you Paul for your feedback... One other alternative instead of dockers is to install a local copy of postgresql form its sources. This would be just like any local program.

from holoclean.

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.