Commit 89c6b51
authored
Refactor CustomData to use ETS table directly on get (#86)
Before this change the CustomData process could become a bottleneck when
fetching custom data to store as part of ExAudit change tracking
Having a named ETS table makes it easy to directly fetch data without
going through the table owner1 parent abb125e commit 89c6b51
1 file changed
+4
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
44 | 30 | | |
45 | 31 | | |
46 | 32 | | |
| |||
0 commit comments