GithubHelp home page GithubHelp logo

Comments (6)

besquared avatar besquared commented on May 18, 2024

I'm pretty new to PostgreSQL internals and I was wondering if this will be impacted or improved by the proposed Custom Plan API in 9.5? A link to the relatively lengthy threaded discussion on -hackers here:

http://postgresql.1045698.n5.nabble.com/v9-5-Custom-Plan-API-tt5802851.html#none

from cstore_fdw.

pykello avatar pykello commented on May 18, 2024

@besquared thanks for the link. No plans to support this in the 1st quarter of 2015. I think after we release v1.4, improving the speed of aggregation will be in our top priorities for the rest of 2015.

from cstore_fdw.

philliproso avatar philliproso commented on May 18, 2024

This would be amazing, and would be the main feature that would allow using postgres as an industrial historian (GE, Osisoft, Siemens have products that cost big $$$$$$$s). If you can "select date_trunc('month',date) as m_date, avg(sensor5_value) from my_sensor_table group by m_date;" and know internally the query is just going to be calculating the avg from the block index aggregations(Skip list) and not stupidly summing and counting all the actual rows, and therefore be super fast, you can do away with a whole stack of products and temp tables you see littered across industrial databases.

from cstore_fdw.

pykello avatar pykello commented on May 18, 2024

Thanks @philliproso for the insight. This feature seems to have a high demand, which moves it higher in our priorities.

I think I'll do some research about what is the best way to do this in the next month, then we can plan this.

from cstore_fdw.

koppenhoefer avatar koppenhoefer commented on May 18, 2024

Hello @pykello ,.. If there has been a further development on this can you leave a link here where I can learn more? We are definitely interested in single column aggregation from cstore_fdw to win the performance boost in our lighting-strike climate data. Thanks. - shawn

from cstore_fdw.

jspeis avatar jspeis commented on May 18, 2024

+1

from cstore_fdw.

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.