back to article MongoDB wants to grab work from other databases

At MongoDB's recent conference in New York, the company demonstrated its ambition in taking on workloads from other databases. The company has made significant inroads into the database market with a developer-friendly distributed document database to help devs build modern, web-based, transactional systems. Time series and …

  1. Korev Silver badge
    Joke

    It looks like it might finally be web scale...

  2. Anonymous Coward
    Anonymous Coward

    Budget

    I wonder what percentage of this company's budget goes to R&D and how much goes to marketing.

  3. Charlie Clark Silver badge

    Columnar store?

    I thought the big advantage was that it's a "document" database that doesn't need the stinking columns and tuples of relational databases?

    Elsewhere, in the relational world, columnar storage has been around for those that need it for a while. Why, if I'm already running Postgres with the option of columnar storage for my time series stuff and binary JSON for the volatile data, but have ACID storage for all the transactional stuff, would I look something that does binary JSON and is just introducing columnar storage? With all the additional overhead I guess it's just as well that you can spawn so many processes…

    1. Anonymous Coward
      Anonymous Coward

      Re: Columnar store?

      > With all the additional overhead I guess it's just as well that you can spawn so many processes…

      …and storage volumes. To put it succinctly, Mongo is a steaming pile of shite.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon

Other stories you might like