Загрузка видео...

Не удалось загрузить видео

На главную

With PGlite + Electric sync you can build an issue tracker handling 100k issues + 500k comments, synced from Postgres to PGlite in the browser! Super fast UI updates with all writes going though the local database, and Postgres FTS in PGlite for search 🔥

55,412 просмотров • 1 год назад •via X (Twitter)

Комментарии: 9

Фото профиля Sam Willis
Sam Willis1 год назад

@ElectricSQL Yep, I'll be doing write ups of how to achieve this pattern, along with some other patterns combining @ElectricSQL with other state management systems.

Фото профиля Jake Colling
Jake Colling1 год назад

@ElectricSQL So sick! @n_raidenai Sorry to just keep lobbing stuff your way but imagine having this power in the chrome extension. It could reasonable hold every tweet. Would be incredible if I could FTS across every tweet I saw for a day. Maybe let them decay over time?

Фото профиля stewones 👀
stewones 👀1 год назад

@ElectricSQL how does the inital sync work? is it like a fetch request which returns thousands of records?

Фото профиля Sam Willis
Sam Willis1 год назад

@ElectricSQL Electric uses HTTP GET and long polling for sync. The initial sync is a few hundred mb of JSON (gzips much smaller). The PGlite sync plugin (new version) converts that initial batch to a file to do a COPY FROM for fast import. Ongoing sync converted to normal sql.

Фото профиля Gin Lennon 🌊
Gin Lennon 🌊1 год назад

@ElectricSQL Impressive numbers! I had the chance to talk with a Rob at the Code BEAM lite in Berlin yesterday. What you are continuously shipping is just mind blowing 🤯

Фото профиля Chara Perdana
Chara Perdana1 год назад

@ElectricSQL Any github link for this demo?

Фото профиля Sam Willis
Sam Willis1 год назад

@ElectricSQL Code is here: Will be merged into the main PGlite mono rep once we've fixed a few bugs extracted a few of the tweaks to the sync and live query plaining I've been making.

Фото профиля Xiaoyi
Xiaoyi1 год назад

@ElectricSQL local first FTW!

Фото профиля Aleksander Rendtslev
Aleksander Rendtslev1 год назад

@ElectricSQL How are you guys thinking about indexDB size limitations? I know zerosync is going for maintaining a windowed cache of your data to get around that issue.

Похожие видео