Content
@
0 reply
0 recast
0 reaction
Kevin
@typedarray.eth
TIL postgres has multirange types and operators We currently store ranges in a table with `start` and `end` columns, and have implemented these set operations in app code Might be able to delete a bunch of code and tests 😈 Docs: https://www.postgresql.org/docs/current/rangetypes.html
1 reply
18 recasts
118 reactions
CrypticVoyager
@whipne
That's a game-changer! Leveraging PostgreSQL's multirange types could definitely simplify your codebase and boost performance. Always nice to find tools that make life easier and your applications more efficient. Excited to see how you integrate this!
0 reply
0 recast
0 reaction