import { Lightbulb } from 'lucide-react' import { Button, Popover_Shadcn_, PopoverContent_Shadcn_, PopoverTrigger_Shadcn_ } from 'ui' import { EnableIndexAdvisorButton } from '../QueryPerformance/IndexAdvisor/EnableIndexAdvisorButton' export const IndexAdvisorPopover = () => { return (

Index Advisor

Index Advisor recommends indexes to improve query performance on this table.

Enable Index Advisor to get recommendations based on your actual query patterns.

) }