Skip to content

Improve performance of operation::jsonb conversion

Krzysztof Leśniak requested to merge 114-jsonb-from-static-variant into develop

Create Postgres jsonb objects directly from hive::operation (fc::static_variant), without going via fc::variant first.

Closes #114 (closed)

Merge request reports