Aaron Glover

Results 17 comments of Aaron Glover

@glep207 > @phemmer I'm getting this error when calling create_custom_continuous_aggregate: > > `psql:/sandbox/dev/devint/cip-mrts/cms/campaigns/sql/continuous_aggregate_broker_log.sql:20: NOTICE: adding not-null constraint to column "time" DETAIL: Time dimensions cannot have NULL values. CALL ` Have...

@phemmer Are there any known constraints/issues of your custom implementation? Does it support real-time behaviour?

@nluangroup What version of TSDB are you using? Compressed chunks now support update/delete implicitly. So should negate the requirement to decompress, delete and recompress. Am I missing something? Is the...

Using 2.13 on PG15 in AIVEN/MST. I have not measured the speed difference of INSERT ON CONFLICT etc but I what I have observed is that UNIQUE INDEXES are not...

Is DML on compressed chunks fundamentally broken??? It would seems so to me 😢

Seems I am still having trouble with Dependency injection of additional objects into my DICOMService Further discussion at [https://github.com/fo-dicom/fo-dicom/discussions/1774#discussion-6549386](https://github.com/fo-dicom/fo-dicom/discussions/1774#discussion-6549386)

@amoerie as you suspected - it was exactly the issue you thought... the first x number of parameters MUST match exactly on type Thanks for your prompt assistance