Twisting PostgreSQL into a Document Db and Event Store | Citus Con: An Event for Postgres 2023

Поділитися
Вставка
  • Опубліковано 14 лис 2024

КОМЕНТАРІ • 4

  • @gordonfreemanq
    @gordonfreemanq Рік тому +1

    Great video, Jeremy. Always interesting to see when people converge on similar ideas - my team uses a very similar approach, except that we use a combination of JSONB + normalized tables to get the best of both worlds so to speak. The downside is it does create more ceremony at the DB layer since additional mapping is required between the domain/DB contexts. Did not know about the PostgreSQL upsert feature, will definitely need to read more on that. Also +1 on writing projections directly into the wire format that is needed on the request side of things. Very cool!

  •  Рік тому +1

    Very nice and interesting talk.

  • @JohnMcclaned
    @JohnMcclaned Рік тому +1

    Too bad they didn't generalize it to be used by multiple languages.

    • @jeremymiller9966
      @jeremymiller9966 Рік тому +1

      We take pull requests!
      In more seriousness, the core team is discussing building client libraries for other languages late this year, with something targeting the JVM as the likely first candidate.