Live data from Hacker News

Viewing profile — std_reply

std_reply

HN member
Joined
Fri, Mar 18, 2022, 1:23 AM UTC
HN karma
33
Public activity
14 items

About std_reply

No profile information was provided.

Recent public activity

  1. comment
    Comment #45506670

    Using Python syntax makes it more accessible.

  2. comment
    Comment #42630341

    Have you looked at tiup? https://tiup.io

  3. comment
    Comment #42620013

    EDB Distributed Postgres under the hood is a single node database with bolted on replication.

  4. comment
    Comment #42619980

    I’m contrasting a single node database with bolted on replication vs a distributed SQL database that gives strong consistency out of the box.

  5. comment
    Comment #42617959

    Go is used for the SQL layer, it’s a modern optimizer that can do distributed joins etc. ie. Issue parallel reads to the storage nodes. Additionally, it can push down the DAG to th…

  6. comment
    Comment #42617934

    I would argue the opposite, distributed databases are much easier to operate at large scale. Truly online distributed DDL, at least in TIDB, strong consistency etc. People who bang…

  7. comment
    Comment #42617887

    TiKV the Core Storage scalable component is a CNCF graduated projected. PingCAP cannot change the license even if it wanted to.

  8. comment
    Comment #42617872

    TiDB is running core banking services too. I think people’s idea of scale and operating at scale is limited to their experience. You can get MySQL to run at any scale, look at Meta…

  9. comment
    Comment #42617820

    This is quite an ignorant comment. TiDB routinely handles 100s of TB of data. Go watch LinkedIn’s presentation on why they choose TiDB as their strategic db going forward.

  10. comment
    Comment #42617797

    TiDB has four main components: 1. SQL front end nodes 2. Distributed shared nothing storage (TiKV) 3. Meta data server (PS) 4. TiFlash column store 1 and 3 are written in Go 2 is w…

  11. comment
  12. comment
    Comment #40373951

    My guess: then benefits SQL at scale and reduced maintenance burden. That’s what the article seems to hint at.

  13. comment
    Comment #40367451

    AirBnB, Databricks, Flipkart 3 of the largest banks in the world, some of the largest logistics companies in the world, at least 2K seriously large installations.

  14. comment
    Comment #30717716

    I think you need to update your knowledge about MySQL and not bang on about v5.1 and earlier.