Jonathan Strong
                                            Jonathan Strong
                                        
                                    figured it out, just needed to replace `left-join` with `join`. will file a PR shortly. fixed version: ```clojure (defn by-crate-id [crate-id] (-> (h/select :c.id :c.name :c.description) (h/from [:categories :c]) (h/join...
Have you looked into a parking lot version of `std::sync::Arc`? I have been surprised several times how expensive it is in benchmarks, perhaps there's room for improvement like with `Mutex`...
I'll definitely check in on this. I'm fairly competent at Rust but new to database design. I've been searching for good places to jump in and learn. Would you recommend...
the subreddit looks awesome, just subscribed. Where I want to end up is being able to design custom time series database code inside my applications. Like kdb+ or influx except...
hey - just wanted to check in and let you know this is still on my radar screen. I'm doing a lot of work prototyping a fixed-shape, very customized columnar...
cool - I will have a look! thanks.