You can also listen to this episode as a podcast on your favorite podcast player: databaseschool.transistor.fm/episodes/migrating-from-postgres-to-sqlite-with-kent-c-dodds
Aaron and Kent: such a chill duo, love to see it. I liked the name "database schools" sounds interesting, and I bet it will attract attention. I'll be spending the rest of my day now thinking about the curse of knowledge...
@@antidegenerates7449 I think 🤡 is using half-compatible databases for any complex data, for example JSON. Do you really think single file will be faster in random access data then inode splited where OS proper cache is. Imaginary ponies that don’t have 10bil table in their lives, calling something “big projects” lol
@@antidegenerates7449exactly, either way you're going over the wire for geodata so his comment is pure cult driven criticism, as if "big projects" only use a single data store.
You can also listen to this episode as a podcast on your favorite podcast player: databaseschool.transistor.fm/episodes/migrating-from-postgres-to-sqlite-with-kent-c-dodds
this series really is liquid gold. just took kent's litefs/global distribution course, now he's on the podcast. love it
Aaron and Kent: such a chill duo, love to see it.
I liked the name "database schools" sounds interesting, and I bet it will attract attention.
I'll be spending the rest of my day now thinking about the curse of knowledge...
Aaron, thank you so much for your enthusiasm, your work and your positivity!
Thank you for existing, breathing & eating!
Positive energy overload with these two
I was looking for Kent C. Dodds talk about Remix and SQLite at production 1 year old talk and I found this. :)
A podcast with pocketbase team. They are using sqlite.
Team? Wasn't it one amazing dev from Bulgaria that built it?
Yes!!!! It would awesome.
it is one dev lol the only thing he outsourced was the websites css 😂
One thing I think would be even more bananas would be replacing that caching layer with DuckDB.
This is really silly, but I need LISTEN/NOTIFY.
does SQlite have good Json Column support?
Yes, however, libsql is a better choice, especially for JSON.
Kinda, from my understanding, you can use the TEXT datatype and perform json operations on it
It has both json that is stored as text and jsonb that gets stored as binary.
@@theplaintech Why? How did they improve json in libsql?
@@HideBuz For full effect and edification, do your own research.
can i use sqlite in production now?
i would love to be able to subscribe to this show in my podcast client, when is the rss feed coming? :)
It's here! databaseschool.transistor.fm
thanks! you might want to put it in the description so more people can find it!
@@PhilippeLoctaux +1
So Kent is your Aaron Francis
good to see other ecosystems have their own kent
Geodata and a lot of missing features unfortunately SQLite is not for big production. SQLIte is great for single server projects and hobby one.
Not every big project needs geodata 🤡 and for geodata theres dedicated solutions
@@antidegenerates7449 I think 🤡 is using half-compatible databases for any complex data, for example JSON. Do you really think single file will be faster in random access data then inode splited where OS proper cache is. Imaginary ponies that don’t have 10bil table in their lives, calling something “big projects” lol
@@ordinaryggthe vast majority of businesses are not going to have 10 billion rows. real 🤡 is acting like one tool is always the "correct" solution
@@antidegenerates7449exactly, either way you're going over the wire for geodata so his comment is pure cult driven criticism, as if "big projects" only use a single data store.