Andrew Blake

Results 7 comments of Andrew Blake

Mike, non-hash partitioning would also help with multi-tenanted systems where you frequently need different retention policies. We currently have to allow the system to retain the data for the customer...

It would be good if we could choose the partitioning system to use. e.g. either native pg_10, or for time-series data TimescaleDB. https://github.com/timescale/timescaledb/issues/14

No, nothing obvious in the logs. I think the issue is related to using a template database with the extension present, rather than creating an empty database and then running...

I hadn't noticed `response.raise_for_status()` before - that will come in useful elsewhere, thanks. I've updated the PR to use it (forced pushed). I've noticed Growatt have updated their WAF to...

Unfortunately, I've not looked at this script for over 5 years since moving away from British Gas. I doubt it even works anymore. If you have Home Assistant, have you...

I found your tutorial helpful, but got stuck in places due to a few bugs. I'd recommend merging at least the DeviceIndex and multi-region ami-id lookup fixes, otherwise you can't...