- Notifications
You must be signed in to change notification settings - Fork28
Commit8c0d7ba
committed
Hash tables backed by DSA shared memory.
Add general purpose chaining hash tables for DSA memory. UnlikeDynaHash in shared memory mode, these hash tables can grow asrequired, and cope with being mapped into different addresses indifferent backends.There is a wide range of potential users for such a hash table, thoughit's very likely the interface will need to evolve as we come tounderstand the needs of different kinds of users. E.g support foriterators and incremental resizing is planned for later commits andthe details of the callback signatures are likely to change.Author: Thomas MunroReviewed-By: John Gorman, Andres Freund, Dilip Kumar, Robert HaasDiscussion:https://postgr.es/m/CAEepm=3d8o8XdVwYT6O=bHKsKAM2pu2D6sV1S_=4d+jStVCE7w@mail.gmail.comhttps://postgr.es/m/CAEepm=0ZtQ-SpsgCyzzYpsXS6e=kZWqk3g5Ygn3MDV7A8dabUA@mail.gmail.com1 parent7e046e6 commit8c0d7ba
File tree
4 files changed
+1005
-2
lines changed- src
- backend/lib
- include/lib
- tools/pgindent
4 files changed
+1005
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
| 15 | + | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
|
0 commit comments
Comments
(0)