Simon Eskildsen

Results 41 issues of Simon Eskildsen

For row-based databases if indexes are missing on the columns queried, the queries will be substantially slower on large tables (unless you're querying all columns). Today, you can run with...

enhancement
warnings

Today, one of the caveats of `data-diff` is that it's going to be significantly slower if you have _a lot_ of differences, because we'll be checksumming so many segments repeatedly...

performance

We might want to add to the database drivers the ability to use them as output for the diff, so we can create `diff_{src_table_name}_{dst_table_name}` with all the differing rows. This...

enhancement

It would be helpful for debugging if we print as much as we can know about the two schemas we're querying: types, names, indexes, and so on at the start...

warnings

Hey Tyler, been eagerly following your progress with `rio` and `sled` on Twitter. Been tracking `io_uring` for a while, decided to finally spend some time programming in it today. I've...

Hey @benbjohnson, long time no see!! Thank you for working on Litestream! 🙏🏻 I, too, love Sqlite. I wanted to track a few events on my website, e.g. what people...

performance

Getting good resiliency parameters is hard. I have some ideas on the maths here (esp for bulkheads), but writing something to simulate traffic + an architecture + failing components could...

enhancement

We can likely just use something built into libc to hash the resources. It'd be nice to have collision detection, but it's not really a must-have since it's so unlikely.

This might be super nice to have an instrumentation point for.