Coder Social home page Coder Social logo

Comments (6)

zet4 avatar zet4 commented on May 9, 2024 1

+1 for Postgres support

from fathom.

tboerger avatar tboerger commented on May 9, 2024 1

Meddler still gives you enough power to write performant queries. Everybody got different preferred databases, there are enough people that want to use MySQL/MariaDB or PostgreSQL or MSSQL ;)

from fathom.

tboerger avatar tboerger commented on May 9, 2024 1

Great to see that integrated

from fathom.

dannyvankooten avatar dannyvankooten commented on May 9, 2024

Hey guys,

Thanks for the suggestions, meddler looks pretty neat. I'd have to take a look at abstracting away the SQL as I am not too sure whether some of queries needed for aggregating data into a more performing format can be abstracted away that easily.

What would be a benefit of PostgreSQL over MySQL? The raw pageviews table in Ana has to be optimized for loads of INSERT statements (and very few reads) and from what I've read, MySQL is much more performant when it comes to that than Postgreq.

from fathom.

zet4 avatar zet4 commented on May 9, 2024

I just want postgres support as that's the only DB I use on my server and would rather not install mysql only for ana

from fathom.

xtwist avatar xtwist commented on May 9, 2024

@dannyvankooten take a look on clickhouse https://github.com/yandex/ClickHouse https://clickhouse.yandex/ . It's a good choice for your application, especially for tables heavy on insert (views, user-actions, visits, etc. ) moreover you can benefit by mixin clickhouse with postgres together (for customer related data).
P.S not sure how good subtitles are nowadays, but there are 2 videos that i can recommend you to take a look if you're interested in clickhouse https://www.youtube.com/watch?v=Ho4_dQk7dAg https://www.youtube.com/watch?v=tf38TPvwjJ4 (RU)

from fathom.

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.