Hacker News new | ask | show | jobs
Why we're building Scanner: data lake search must be fast (blog.scanner.dev)
6 points by cliffcrosland 966 days ago
1 comments

We're really liking the combination of using Rust, AWS Lambda functions, and ECS Fargate. Everything runs well in ARM, but make sure to use `musl` instead of `glibc` - we've found memory usage to be almost 10x lower with `musl` than `glibc` for our use case (indexing and searching logs). If anyone wants to talk about the tech, happy to answer questions!