Conduit Postgres Connector v0.13.0
· One min read
Postgres
Conduit connector v0.13.0
is out! It brings 14% more throughout in our benchmarks, and it also improves
support for NUMERIC
/DECIMAL
types.
Key Highlights
- We refactored how we move logical replication messages in the connector and achieved a 14% boost in performance (verified through our benchmarks). Here's the relevant PR: #284.
- We also improved support for the
NUMERIC
/DECIMAL
type in Postgres. So far, we were reading it only if it can fit into anint64
orfloat64
. Now, the connector reads them asbig.Rat
values. For the curious ones, here's the PR: #290.
Have questions or feedback? Join us on Discord.