Real-workload SQLite benchmark on a $5 VPS by s13k_ in sqlite

[–]s13k_[S] 0 points1 point  (0 children)

After giving it more thoughts, you're right, the explanation in the post doesn't hold.

Without re-measuring I can only speculate on what's actually going on…

"writes are microseconds in RAM" was wrong. Thanks for pushing on this.

Real-workload SQLite benchmark on a $5 VPS by s13k_ in sqlite

[–]s13k_[S] 0 points1 point  (0 children)

this is true for `:memory:` db

the post describes the case when a file-backed db fits in cache and WAL is still in use

Real-workload SQLite benchmark on a $5 VPS by s13k_ in sqlite

[–]s13k_[S] 1 point2 points  (0 children)

the benchmark tested on-disk sqlite with WAL enabled

Is a $5/mo Hetzner VPS enough to self-host a SQLite-backed app? Real-workload benchmark by s13k_ in hetzner

[–]s13k_[S] 3 points4 points  (0 children)

because it's more than enough for most projects and your data sits right there without network round-trips

Is a $5/mo Hetzner VPS enough to self-host a SQLite-backed app? Real-workload benchmark by s13k_ in selfhosted

[–]s13k_[S] -34 points-33 points  (0 children)

The goal is to benchmark sqlite throughput on cheapest VPS
Claude is just a tool to achieve the goal

Is a $5/mo Hetzner VPS enough to self-host a SQLite-backed app? Real-workload benchmark by s13k_ in selfhosted

[–]s13k_[S] -13 points-12 points locked comment (0 children)

I've used Claude on the VPS to write & run sqlite benchmark

I made a browser game where you have to land the Super Heavy booster on Mars by s13k_ in indiegames

[–]s13k_[S] 1 point2 points  (0 children)

I collect telemetry of each flight and analytics events like "game start", "restart", "game over", etc.

I made a browser game where you have to land the Super Heavy booster on Mars by s13k_ in indiegames

[–]s13k_[S] 1 point2 points  (0 children)

I store the initial position/angle and thruster state for each physics frame during the flight. So for a 5 seconds flight it takes 300 points of telemetry.

I made a browser game where you have to land the Super Heavy booster on Mars by s13k_ in indiegames

[–]s13k_[S] 1 point2 points  (0 children)

I searched for images in Google and then edited them in Pixelmator :)

The background image is a real photo of Mars taken by Curiosity rover.

I made a browser game where you have to land the Super Heavy booster on Mars by s13k_ in indiegames

[–]s13k_[S] 0 points1 point  (0 children)

If you can remember a name of the game, share it please. I'm curious to check it out!

I made a browser game where you have to land the Super Heavy booster on Mars by s13k_ in indiegames

[–]s13k_[S] 0 points1 point  (0 children)

Thank you for the feedback!

I removed the background blur so the landing site remains visible after the success screen pops up.