https://slatedb.io logo
Join Discord
Powered by
# general
  • p

    Pierre

    09/04/2025, 5:59 PM
    With thiserror
  • https://crates.io/crates/slatedb/0.8.1
    c

    criccomini

    09/04/2025, 6:02 PM
    https://crates.io/crates/slatedb/0.8.1
    • 1
    • 1
  • p

    Pierre

    09/04/2025, 6:06 PM
    Though rust is somewhat fine for this even with foreign errors, exceptions are hell for this, exceptions popping from anywhere in the stack…
  • c

    criccomini

    09/04/2025, 6:07 PM
    @User nudge: https://github.com/slatedb/slatedb/pull/849
  • c

    criccomini

    09/04/2025, 7:36 PM
    @jeromegn https://x.com/criccomini/status/1963684996809621735
  • j

    jeromegn

    09/04/2025, 7:37 PM
    hello
  • j

    jeromegn

    09/04/2025, 7:37 PM
    I've started using 0.8.1 😄
  • j

    jeromegn

    09/04/2025, 7:37 PM
    (oh i see, it's a thread with the highlights! I will check it out in a sec)
  • c

    criccomini

    09/04/2025, 8:14 PM
    Yes, sorry I was away from the keyboard. It’s a summary.
  • c

    criccomini

    09/04/2025, 11:10 PM
    I took a crack at target GH issues for 0.9.0: https://github.com/slatedb/slatedb/milestone/10 LMK if there are any others you think should be added.
  • j

    jeromegn

    09/05/2025, 1:09 PM
    there's no double-ended iterator in slatedb eh? was wondering if I could get the last key that matches, in a scan.
  • p

    Pierre

    09/05/2025, 1:15 PM
    https://github.com/slatedb/slatedb/issues/438
  • the PR implementing it doesn't seem too
    j

    jeromegn

    09/05/2025, 1:17 PM
    the PR implementing it doesn't seem too bad, but looks abandoned hehe
    c
    • 2
    • 3
  • j

    jeromegn

    09/05/2025, 1:17 PM
    https://github.com/slatedb/slatedb/pull/530
  • Somewhat-not-very-technical, It'd be
    p

    Pierre

    09/05/2025, 2:52 PM
    Somewhat-not-very-technical, It'd be nice to maintain a list of officially supported object storage providers. I feel it'd probably be a valuable piece of info From my end I have Ok: - Aws s3 - Azure Blob - Cloudflare R2 Somewhat ok (but borderline) - Hetzner object storage Ko: - Linode - Backblaze b2 - Alibaba OSS (Ok through opendal, but that's a workaround)
    c
    j
    d
    • 4
    • 17
  • p

    Pierre

    09/05/2025, 10:01 PM
    https://rclone.org/commands/rclone_serve_s3/
  • p

    Pierre

    09/05/2025, 10:01 PM
    This sounds awesome
  • c

    criccomini

    09/05/2025, 10:46 PM
    I'm not totally clear what this is. It lets you serve stuff through the S3 protocol? So like.. SFTP, https, HDFS, etc?
  • p

    Pierre

    09/05/2025, 10:51 PM
    Yes
  • p

    Pierre

    09/05/2025, 10:51 PM
    But also a local dir
  • c

    criccomini

    09/05/2025, 10:51 PM
    Interesting...
  • p

    Pierre

    09/05/2025, 10:51 PM
    So if it works well it can get interesting
  • c

    criccomini

    09/05/2025, 10:51 PM
    Can't minio do that tho?
  • p

    Pierre

    09/05/2025, 10:52 PM
    Yes but it’s less friction to me, I have rclone installed almost everywhere and it’s available in pretty much every package manager
  • c

    criccomini

    09/05/2025, 10:53 PM
    ah
  • https://github.com/Barre/ZeroFS/issues/
    p

    Pierre

    09/06/2025, 10:05 AM
    https://github.com/Barre/ZeroFS/issues/143 Hmm, this one is a bit weird as the retry policy seems to be ignored
    c
    • 2
    • 18
  • c

    criccomini

    09/06/2025, 4:21 PM
    @User I need 👀 on this one. DST is failing every night and it's annoying. https://github.com/slatedb/slatedb/pull/862
  • Finally, got it again (after your commit
    p

    Pierre

    09/07/2025, 9:33 AM
    Finally, got it again (after your commit that adds debug) @criccomini https://github.com/Barre/ZeroFS/actions/runs/17526643026/job/49777996250#step:6:68 It only ever happened on MacOS, so there's probably something suspicious going on with the storage
    c
    • 2
    • 10
  • Hello folks,
    s

    Sujeet

    09/08/2025, 4:46 PM
    Hello folks, We are trying to benchmark the scan_with_options endpoint for our use-case to use slatedb as an intermediate cache. However, the read throughput is getting capped at around 320MB/sec with CPU being the bottleneck. Some configuration pointers would really be helpful to improve the per reader throughput?
    c
    t
    • 3
    • 14
  • a

    almog

    09/08/2025, 9:48 PM
    @criccomini I'm updating your old p99 slides for a SlateDB talk next week (happy to share my fun new stylized slides/diagrams when ready) and was wondering if you had done anything new beyond the nightlies for performance numbers I can share. Otherwise I can just quote the old number from p99 conf