@@ -885,13 +548,6 @@ export const ResultsView: React.FC = ({
>
Query Stats
-
- Index Advisor
-
{activeTab === ResultsTabs.Results && (
@@ -902,30 +558,7 @@ export const ResultsView: React.FC = ({
/>
)}
{activeTab === ResultsTabs.QueryStats && }
- {activeTab === ResultsTabs.IndexAdvisor && (
-
- )}
);
};
-export interface IndexingPolicyStore {
- indexingPolicies: { [containerId: string]: IndexingPolicy };
- setIndexingPolicyFor: (containerId: string, indexingPolicy: IndexingPolicy) => void;
-}
-
-export const useIndexingPolicyStore = create