Jônatas Davi Paganini
Jônatas Davi Paganini
@mkindahl any recommendation how to follow up the docs in this page considering that we have `dimension`?
Hi @Xasin, very good addition! So happy to see it! Would you mind adding some example of this in action? Probably improving the README with some instructions would be good...
Thanks for the fix @Xasin. Just trying it again: ```sql CREATE TABLE ticks ( time TIMESTAMP NOT NULL, symbol varchar, price decimal, volume int); SELECT create_hypertable('ticks', 'time'); ``` And then:...
I'm on Postgresql 14.7. Maybe we could leave a complete example running in the examples, just to allow people to try to replicate it and then adapt to their needs....
Amazing! Thanks again! Adding Chris to have a second 👀 and if @d-sooter has any feedback let us know before we merge it.
@doodzik sorry for the late reply. Feel free to build it and send the PR. As the actual needs are simply fetching the team names and user names that is...
@rstawarz please add some high level documentation on the README too. It looks a bit weird that we have `list` now and `filter` command looks very similar. I was looking...
Hello Colby! Thanks for reaching out! > What benefit is it to run a Timescale Cloud instance vs would our use case be something simple enough for the Timescale Postgres...
I don't think we'll have anything over a second. Everything will be pre-processed, so I imagine the avg query will be under 300ms.
Hi folks, I just created this [POC](https://gist.github.com/jonatas/418f360d45c890e1d86c30547a0cf6a4) with the basic code to allow us to collect hourly statistics from the raw data. We can run all logs available and just...