onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Explore native JSONPointer type in Postgres #42

Open einhverfr opened 8 months ago

einhverfr commented 8 months ago

Given the amount of work we are doing with JSONPointers, it may make sense to implement support for it as a datatype along with operators that extract JSON fields from it. This doesn't have to be in 1.0 but it will make the code cleaner and easier to work with and help us get additional exposure.