Viewing profile — otoolep
otoolep
HN member- Joined
- Thu, Apr 03, 2014, 4:32 AM UTC
- HN karma
- 5,061
- Public activity
- 747 items
- HN profile
- View on Hacker News ↗
About otoolep
https://www.philipotoole.com
[1] https://www.rqlite.io
Recent public activity
- story
-
comment
Comment #48844627
Blog post author here (I did not post the link above to HN). I also wrote a short follow-up blog post at https://philipotoole.com/proving-to-fable-i-maintain-the-rep...
- story
- story
- story
- story
- story
- story
-
comment
Comment #47934888
You can learn about some known use cases here: https://rqlite.io/docs/features/#common-use-cases One application that comes up over and over again -- wanting relational modeling, a…
-
story
Show HN: rqlite – the fault-tolerant DB built on SQLite – v10.0 released
https://rqlite.io Major new release which improves clustering robustness, especially when dealing with slow Followers. New features include a built in web-based console (at localho…
-
comment
Comment #47702748
[dead]
-
comment
Comment #47424493
I grew up in Ireland, moved to the USA as an adult. European government is clearly Hobbes in model, the US Lockean. In Europe the individual has almost no legal reason to use force…
- story
- story
- story
-
comment
Comment #46745525
rqlite creator here, happy to answer any questions. As for reliability - it's a fault-tolerant, highly available system. Reliability is the reason it exists. :-) If you're asking a…
- story
-
comment
Comment #46664212
>First of all, does anyone believe that highly scrutinized and bureaucratic functions are general high quality services? This is the only part of your response that doesn't quite s…
-
comment
Comment #46664163
Blog post author here, thanks for your thoughtful comment. You raise some interesting things to think about.
- story
- story
- story
-
comment
Comment #46576455
OK, well, you could try client-side batching too, if you can. That will also improve performance substantially. Otherwise, if you try with more modern networks and disks, let me kn…
-
comment
Comment #46575845
Yes, fast networks matter. I did introduce Queued Writes[1] since that talk, allowing you to trade off performance versus immediate durability. It may interest you -- network is mu…
-
comment
Comment #46575799
rqlite creator here. Yes I do have practical experience to share, I wrote a blog post on rqlite and FTS5: https://philipotoole.com/building-a-highly-available-search-... Will it al…