teamraft.com/resources/in...
teamraft.com/resources/in...
teamraft.com/resources/in...
This episode lays out a good foundation for us to go into the internals of each of the amazing GCs and their tradeoffs.
Become a member to access the upcoming internals episode.. Meanwhile watch this video (free access until tomorrow). youtu.be/p1Yamdly0QE
This episode lays out a good foundation for us to go into the internals of each of the amazing GCs and their tradeoffs.
Become a member to access the upcoming internals episode.. Meanwhile watch this video (free access until tomorrow). youtu.be/p1Yamdly0QE
30 days ago Bluesky had 10.85M users
Tomorrow Bluesky will have 15M users
This is absolutely wild, thanks for believing in us y'all
30 days ago Bluesky had 10.85M users
Tomorrow Bluesky will have 15M users
This is absolutely wild, thanks for believing in us y'all
Approximations. Like Pinot’s DISTINCTCOUNTHLL which returns an approximate distinct count using HyperLogLog.
Does anyone else have a good example?
Approximations. Like Pinot’s DISTINCTCOUNTHLL which returns an approximate distinct count using HyperLogLog.
Does anyone else have a good example?
contains((1,2,3), json_extract_scalar(json, '$.key`)) -> json_match(json, '$.key in (1,2,3)')
json_array_contains(json_extract(json, '$.array'), value) -> json_match(json, '$.array[*] = value')
json_match uses Pinot's JSON index
contains((1,2,3), json_extract_scalar(json, '$.key`)) -> json_match(json, '$.key in (1,2,3)')
json_array_contains(json_extract(json, '$.array'), value) -> json_match(json, '$.array[*] = value')
json_match uses Pinot's JSON index