Code Monkey home page Code Monkey logo

Comments (6)

elgalu avatar elgalu commented on May 10, 2024 8

Is this still the case? That TimescaleDB is mutually exclusive with Citus ?

from timescaledb.

mfreed avatar mfreed commented on May 10, 2024 6

Timescale already does 2D partitioning/sharding ("vertically" by time, "horizontally" on an optional partitioning key). While we currently only use this for our single-node version, it will also be employed in the clustered version.

As such, our architecture (and also where we "insert" ourselves into the Postgres engine on the query/insert path) is not really compatible with Citus.

from timescaledb.

kgonia avatar kgonia commented on May 10, 2024 4

Hi @mfreed

Timescale is not compatible with Citus means that there is no way to handle both extensions together in one instance or they just don't fit to each other because of different approaches but it's possible to run them together?

Timescale + Citus would be great for spreading work across nodes/shards instead of using second dimension in timescale. If someone has few poor servers in can mean a lot!

from timescaledb.

mfreed avatar mfreed commented on May 10, 2024 2

Your setup makes a lot of sense. In fact, one of the advantages that we see with TimescaleDB is the ability to "simplify your stack": You don't need one RDBMs for master & config data, then a separate NoSQL DB for time-series. Not only are operations/management easier, but you don't need to push the pain/complexity of JOINs between metadata & time-series data into your applications.

We do provide some level of PostgreSQL support to go along with Timescale, but we’d need to better understand your needs first. Send us a quick email at support@ ?

from timescaledb.

archenroot avatar archenroot commented on May 10, 2024

@mfreed Thanks a lot for your answer. thing is that I design now solution for storing timeseries data, master data, configuration data, document data.

Instead of utilizing mutliple different system I intend to utilize PostgreSQL for all. I will be comparing in next few weeks your TimeScaleDB against MongoDB and maybe one choice from pure timeseries databases.

Now question is, if we pickup timescale who could provide support? I am not looking for kind of TimeScaleDB only support, but PostgreSQL in general but including TimeScaleDB, is some company going to provide enterprise support for this?

Thanks a lot again!

from timescaledb.

archenroot avatar archenroot commented on May 10, 2024

from timescaledb.

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.