Viewing profile — m_nalikowski
m_nalikowski
HN member- Joined
- Mon, Apr 25, 2022, 9:10 AM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About m_nalikowski
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46883707
Marek from bunny.net here. Another advantage is our global network: Bunny Database is available in 41 regions, so if your app has global users (or users in specific locations), you…
-
comment
Comment #46883611
Marek from bunny.net here. Bunny Database works best for read-heavy use cases with fewer concurrent writes. Like SQLite, it follows a single-writer model, so there’s one writer at …
-
comment
Comment #46883562
Marek from bunny.net here. To connect to Bunny Database you can use one of the SDKs (TS, Go, Rust, and .NET) or the HTTP endpoint which is documented here: https://docs.bunny.net/d…
-
comment
Comment #46873466
Marek here from bunny.net. We’re not saying SQLite is universally better than Postgres. The trade-off we’re optimizing for is cost model and operational simplicity. Even as a manag…