☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 years agoA Database Management Systemmedia.mas.toimagemessage-square13linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageA Database Management Systemmedia.mas.to☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square13linkfedilink
minus-squarenayminlwin@lemmy.mllinkfedilinkarrow-up0·2 years agoWe keep our product information catalogue in a sqlite file.
minus-squarefunkajunk@lemm.eelinkfedilinkEnglisharrow-up0·2 years agoBRO Migrate that shit to MySQL or PostgreSQL immediately. You are playing with fire.
minus-squareh3rm17@sh.itjust.workslinkfedilinkarrow-up0·2 years agoSo lomg as you back it up and it does not have multiple write transactions concurrently, swlite works pretty fine even fornbig loads.
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mlOPlinkfedilinkarrow-up0·2 years agosqlite works surprisingly well even for non trivial loads I find
minus-squarenayminlwin@lemmy.mllinkfedilinkarrow-up0·2 years agoI wished browser standard would just adopt something close to sqlite instead of IndexedDB.
We keep our product information catalogue in a sqlite file.
BRO
Migrate that shit to MySQL or PostgreSQL immediately. You are playing with fire.
So lomg as you back it up and it does not have multiple write transactions concurrently, swlite works pretty fine even fornbig loads.
sqlite works surprisingly well even for non trivial loads I find
I wished browser standard would just adopt something close to sqlite instead of IndexedDB.
indeed