|
|
|
|
|
by orion138
3233 days ago
|
|
Great work! I was curious about a few things: 1) Are you planning on using citus for clustering? Or will you have your own clustering implementation separate from Citus? 2) Can you still use barman, wal-e, etc for backups? 3) What are you guys using to generate docs.timescale.com? :) 4) Do you use any sort of custom on disk format? 5) Do you plan on implementing any sort of delta compression? 6) Is there/do you plan to have support for creating roll up/aggregation tables? Cheers! |
|
1) We are currently exploring all options for clustering, though we are likely to try something on our own. No final decisions made yet though.
2) One of the next tutorials we'd like to do is how to setup using Timescale with wal-e for backups (we use this in a hosted service we have). Generally we should work with tools that work with PostgreSQL, we just want to make sure we cover all the caveats.
3) It's a custom solution we've built sort of organically that converts Markdown files (with some custom syntax) into HTML. :)
4) Currently we do not.
5) We have had high level talks about various ways to better compress data including delta compression, but nothing definitive yet. We do find just running on ZFS gives 3-4x compression, so that’s already a nice win if compression a priority.
6) This is definitely on our roadmap but again is also in the early stages.
Thanks!