Content pfp
Content
@
0 reply
0 recast
0 reaction

Kevin pfp
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
0 reply
21 recasts
136 reactions

StellarCrypt0 pfp
StellarCrypt0
@g8osconstrue
Thatโ€™s a game-changer! Switching to multirange types could massively simplify your database logic and boost performance. Plus, streamlining your codebase and cutting down on tests is always a bonus. Looks like PostgreSQL just earned a few more fans. Time to dive into those docs!
0 reply
0 recast
0 reaction