Daniil Iaitskov

Results 92 comments of Daniil Iaitskov

materialized view created with `WITH DATA` performance better but result is not great 1 second to fetch 1 row from local server: ``` # select * from wmd2 where bucket...

I achieved an intermediate success with hard coding logger to show the raw row causing the issue: ``` - translateErrors :: Maybe Int -> SomeException -> Maybe SomeException - translateErrors...

how about conflicts between transitive dependencies from 1.1 and 2.0?

In GHC9 a workaround with TH is available, but it is limited to source functions defined in the same package, at least I have such experience with GHC-9.2.5 and `cabal...

Yep. It is not clear where to get driver for get function from AX.

envMaybe doesn't report reading error (version 2.1.1.0)

latest docker image produces the error on schema from TimescaleDb getting started page: ``` select distinct_count(hyperloglog((2^18) :: int, city_name)) from weather_metrics; select distinct_count(hyperloglog((2^18) :: int, city_name)) from weather_metrics; ERROR: deserialization...

if the paper by the link is not relevant why not just remove it?

I also had an issue with PureScript code generated by the library. Generated code depends on obsolete purescript libraries (purescript-foreign-generic) and PureScript translators fails with generic errors I cannot solve.

> there is no intermediate `Value`s. I anticipated that it could be a alternative encoding branch - less efficient - this DC is an escape hatch first. I was lucky...