Tyler Neely

Results 99 comments of Tyler Neely

I don't want to get too deep into SQL territory but I consider the above things kind of table stakes ;)

Hey @cauthmann, this is an excellent proposal! Right off the bat, it addresses the major concerns that have caused me to delay implementing better typed tree or typed value support:...

I believe https://github.com/spacejam/sled/pull/1066 will fix this

Regardless of how reliable the core of the database is, when targeting mass-deployment phones and browsers the database will be corrupted due to bitrot. it would be cool to be...

@ehiggs I totally agree about all of the challenges you mention. This issue came about after a conversation with a firefox storage engineer who was mentioning how corruption was a...

Hey! This is actually a big priority for me, because once we have a nice log tailer API, we can trivially implement replication. One hurdle to get there is the...

@aep the first real first-class access to mutations is landing in #460, although this is more of a logical stream of updates to KV pairs than the future goal of...

it's surprising that the github diff view is showing a couple unrelated commits as part of this branch after merging in `project-pineapples`, because `git branch --contains eb0b3141d51e679cecf6d85588696b039677b9bf ` shows: ```...

context: we do certain checks for things when configuring, but they are not correct, because updates may come in that break the condition after we check it, but before we...

I'll fire up windows today and get it working!