Viktor Söderqvist
f24c63a292
Slot-to-keys using dict entry metadata ( #9356 )
...
* Enhance dict to support arbitrary metadata carried in dictEntry
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
* Rewrite slot-to-keys mapping to linked lists using dict entry metadata
This is a memory enhancement for Redis Cluster.
The radix tree slots_to_keys (which duplicates all key names prefixed with their
slot number) is replaced with a linked list for each slot. The dict entries of
the same cluster slot form a linked list and the pointers are stored as metadata
in each dict entry of the main DB dict.
This commit also moves the slot-to-key API from db.c to cluster.c.
Co-authored-by: Jim Brunner <brunnerj@amazon.com>
2021-08-30 23:25:36 -07:00
..
2021-07-19 08:23:25 +03:00
2021-07-20 21:48:43 +03:00
2021-05-03 13:39:07 +03:00
2021-04-26 15:52:06 +03:00
2021-05-07 15:34:35 +03:00
2021-04-26 15:52:06 +03:00
2021-04-26 15:52:06 +03:00
2021-06-29 14:37:02 +03:00
2020-08-28 11:54:10 +03:00
2021-07-05 10:34:20 +03:00
2021-03-17 12:52:24 +02:00
2021-08-10 09:18:49 +03:00
2021-03-10 19:11:16 +02:00
2020-12-13 17:09:54 +02:00
2021-04-11 08:14:31 +03:00
2021-04-29 08:25:10 +03:00
2021-08-22 10:20:53 +03:00
2021-08-02 08:31:33 +03:00
2021-08-04 16:28:07 +03:00
2021-08-04 16:28:07 +03:00
2021-08-04 23:01:46 +03:00
2021-08-03 12:21:29 +03:00
2021-08-03 12:21:29 +03:00
2021-08-30 23:25:36 -07:00
2021-08-30 23:25:36 -07:00
2021-08-29 15:03:05 +03:00
2021-08-30 10:24:53 +03:00
2021-03-01 08:18:14 +02:00
2020-10-28 21:13:44 +02:00
2021-06-10 15:39:33 +03:00
2021-03-10 09:13:11 +02:00
2021-03-10 09:13:11 +02:00
2021-06-10 15:39:33 +03:00
2021-08-30 23:25:36 -07:00
2021-08-18 15:46:11 +03:00
2020-12-21 22:57:45 -08:00
2021-08-30 23:25:36 -07:00
2021-08-30 23:25:36 -07:00
2021-08-30 23:25:36 -07:00
2021-03-10 09:13:11 +02:00
2021-03-10 09:13:11 +02:00
2021-07-26 10:07:20 +03:00
2021-08-05 11:09:24 +03:00
2021-02-23 12:57:45 +02:00
2021-08-01 19:32:24 +03:00
2021-06-10 15:39:33 +03:00
2021-04-29 08:25:10 +03:00
2021-04-29 08:25:10 +03:00
2021-05-18 17:13:10 +03:00
2021-06-10 15:39:33 +03:00
2021-06-10 15:39:33 +03:00
2021-03-10 09:13:11 +02:00
2021-08-05 08:25:58 +03:00
2020-10-27 15:04:18 +02:00
2021-08-30 23:25:36 -07:00
2021-02-16 16:17:38 +02:00
2021-08-10 09:18:49 +03:00
2021-08-10 09:18:49 +03:00
2021-06-10 15:39:33 +03:00
2021-06-10 15:39:33 +03:00
2021-06-10 15:39:33 +03:00
2020-12-06 14:54:34 +02:00
2020-09-10 13:43:38 +03:00
2021-08-08 18:30:17 +03:00
2021-05-03 18:59:47 +03:00
2021-08-10 09:18:49 +03:00
2020-08-28 11:54:10 +03:00
2020-08-28 11:54:10 +03:00
2020-12-23 15:52:07 +02:00
2020-12-23 15:52:07 +02:00
2021-08-06 19:27:24 -07:00
2021-08-10 10:19:21 +03:00
2021-06-10 15:39:33 +03:00
2021-08-10 16:54:19 +03:00
2021-06-15 20:35:13 -07:00
2021-08-08 09:03:52 +03:00
2021-05-10 14:02:25 +03:00
2021-06-30 08:21:19 +03:00
2020-09-10 13:43:38 +03:00
2021-08-20 10:37:45 +03:00
2021-08-10 09:18:49 +03:00
2021-08-29 14:31:08 +03:00
2021-04-20 21:51:24 +03:00
2021-08-10 09:18:49 +03:00
2021-08-22 13:57:18 +03:00
2021-04-26 15:52:06 +03:00
2020-12-06 14:54:34 +02:00
2021-08-04 16:28:07 +03:00
2021-08-05 08:25:58 +03:00
2021-08-04 16:28:07 +03:00
2021-08-04 16:28:07 +03:00
2021-08-30 10:24:53 +03:00
2021-08-05 08:25:58 +03:00
2021-08-08 14:30:47 +03:00
2021-07-05 09:30:16 +03:00
2020-12-06 14:54:34 +02:00
2021-08-05 11:12:55 +03:00
2021-08-30 23:25:36 -07:00
2021-08-30 23:25:36 -07:00
2020-10-25 14:14:05 +02:00
2021-02-23 12:57:45 +02:00
2021-03-10 09:13:11 +02:00
2021-03-10 09:13:11 +02:00
2021-07-10 10:04:54 -05:00
2020-09-10 13:43:38 +03:00
2021-06-14 16:46:45 +03:00
2021-08-09 09:40:29 +03:00
2020-09-10 13:43:38 +03:00
2021-08-02 08:31:33 +03:00
2021-08-10 09:18:49 +03:00
2021-08-02 08:06:36 +03:00
2021-08-05 08:25:58 +03:00
2021-08-10 09:18:49 +03:00
2021-07-03 10:51:53 -05:00
2021-08-05 08:25:58 +03:00
2020-12-21 22:57:45 -08:00
2020-07-21 08:13:05 +03:00
2021-07-14 12:32:13 +03:00
2021-06-22 07:35:59 +03:00
2021-08-23 21:00:40 +03:00
2021-08-23 21:00:40 +03:00
2020-12-06 14:54:34 +02:00
2020-10-11 17:21:58 +03:00
2021-08-09 17:13:46 +03:00
2021-03-10 09:13:11 +02:00
2021-08-09 17:13:46 +03:00
2021-03-10 09:13:11 +02:00
2021-08-10 11:32:27 +03:00
2021-08-04 23:01:46 +03:00