GopherCon 2021: Ben Johnson - Building Production Applications Using Go & SQLite

Sdílet
Vložit
  • čas přidán 14. 06. 2024
  • Despite exponential growth in computing power, we use more servers than ever. Recent advances in the SQLite community have made it a viable option for running scalable, production-ready applications on a single node. Forget the headaches of distributed computing and get back to building software.
  • Věda a technologie

Komentáře • 12

  • @stanislavus
    @stanislavus Před 2 měsíci +1

    great presentation, thank you! I will use go and sqlite for my next project

  • @fennecbesixdouze1794
    @fennecbesixdouze1794 Před 10 měsíci +2

    My understanding was that "you can't use SQLite in production" was always just a shorthand for "SQLite doesn't support concurrent writes". Obviously still works well in a lot of production application contexts.

  • @asdfasdfas364
    @asdfasdfas364 Před 2 lety +4

    Really good talk. The latency measurements at 30:00 are crazy impressive, SQLite blows Postgres away.

  • @lucazimmermann2962
    @lucazimmermann2962 Před rokem +10

    they told me "you can’t use SQLite in production ..."

  • @liminal6823
    @liminal6823 Před 2 lety +5

    Excellent. Thanks.

  • @EightSixx
    @EightSixx Před 2 lety +7

    HAHHA tailscale did move their working database to sqlite!

  • @nodidog
    @nodidog Před 7 měsíci

    This is a great presentation, thanks for sharing

  • @DeepakShaw
    @DeepakShaw Před rokem +1

    SQLite does my job well, Thanks

  • @timrudenko9970
    @timrudenko9970 Před rokem

    thank you michael keaton

  • @mdmizanurrahmantanim7401

    I have a question? Are you one of a guy who are developing Pocketbase?