We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96af544 commit 83b542dCopy full SHA for 83b542d
src/views/cytoscape/media/explain.js
@@ -39,8 +39,8 @@ const cy = cytoscape({
39
// Layout options
40
layout: {
41
name: "grid",
42
- padding: 100, // Padding around the graph
43
- spacingFactor: 0.4, // Spacing between nodes
+ padding: 50, // Padding around the graph
+ spacingFactor: 0.9, // Spacing between nodes
44
},
45
});
46
src/views/results/explain/icons.ts
@@ -26,6 +26,7 @@ export const icons = {
26
"Index Scan - Key Selection, Parallel": `key`,
27
"Insert": `insert`,
28
"Nested Loop Join": `add`,
29
+ "Radix Index Probe": `list-selection`,
30
"Select": `selection`,
31
"Skip Sequential Table Scan": `list-unordered`,
32
"Skip Sequential Table Scan, Parallel": `list-unordered`,
0 commit comments