github electric-sql/electric @core/sync-service@1.4.13

latest releases: @electric-sql/client@1.5.12, @electric-sql/react@1.0.41, @electric-sql/experimental@6.0.12...
11 hours ago

Patch Changes

  • 8daa822: Index = ANY(array_field) and IN (const_list) WHERE clause expressions for O(1) shape filtering. ANY clauses reuse the InclusionIndex (via single-element array containment), and IN clauses reuse the EqualityIndex (registering each value separately). At 1000 concurrent shapes, fan-out latency improves by 6x (ANY) and 15x (IN) compared to the previous linear scan.

Don't miss a new electric release

NewReleases is sending notifications on new releases.