Thomas Karolski

Results 34 comments of Thomas Karolski

Oh thats nice to hear. I wanted to try out integrating a wasm based module anyway, if it works out, I might try to write an adapter for it. Yes,...

Tried to hack [sqlocal](https://www.npmjs.com/package/sqlocal) support into `@triplit/tuple-database` but I sort of got stuck getting vite to sucessfully build the local checkout of the dependency. After fixing a typo: ```diff modified...

> We also added an optimization to the initialization process that should help your initial query situation. So might just check if the latest version of the client is faster...

Built a simple `sqlocal` storage backend. It does appear to be faster for fetching initially, however without a memory cache, subsequent fetches are slower than with the current indexedb impl....

Oh, I might have forgotten that. I would love to try, but my local DB turned super duper slow after several failed migration attempts. Is there some way to clean...

It might be both: 1. I'm seeing the slow-ness in the frontend (i.e. browser). Getting rows from an empty tags table takes 3 seconds... 2. The backend / server-DB using...

I ran some tests and indeed the in-browser DB comes to a crawl with too many updates. Is there some way to compact / snapshot the database to get rid...

What I did now was to: 1. Create a second `triplit dev` sync instance 2. Query all tables from the old sync instance and copy them with a transaction to...

I've played around with triplit today and I can confirm that the overall performance on a DB with many deleted rows is much better. I'm still seeing wrong values on...

Oh, another thing I noticed, is the `grist-sessions.db` growing upto 900MB as well. However I could just delete it and grist ran as normal. What is stored inside the table...