forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfd734f3
committed
Use pg_bitutils for HyperLogLog.
Using pg_leftmost_one_post32() yields substantial performance benefits.Backpatching to version 13 because HLL is used for HashAggimprovements in9878b64, which was also backpatched to 13.Reviewed-by: Peter GeogheganDiscussion:https://postgr.es/m/CAH2-WzkGvDKVDo+0YvfvZ+1CE=iCi88DCOGFF3i1hTGGaxcKPw@mail.gmail.comBackpatch-through: 131 parentf1af75c commitfd734f3
1 file changed
+8
-5
lines changedLines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
| |||
242 | 243 |
| |
243 | 244 |
| |
244 | 245 |
| |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
250 | 253 |
| |
251 | 254 |
| |
252 | 255 |
|
0 commit comments
Comments
(0)