Commit f425f4f
committed
Major performance optimization: Queries now nest the attributes of all resolvers as a tree, rather than a list of lists, to eliminate redundant clauses. Each object in the "queries" field of the response now includes details about the _hop, _index, and resolvers of the query. The "_source" field is now moved under the "_attributes" field for better readability.
1 parent 7cd4ae9 commit f425f4f
File tree
3 files changed
+304
-142
lines changed- src
- main/java/io/zentity
- model
- resolution
- test/java/io/zentity/resolution
3 files changed
+304
-142
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments