This document proposes context-sensitive indexes to optimize SQL query performance in multi-tenant and multi-application database environments. Current database architectures require indexes to be considered for all queries on a table, posing challenges for query optimization. The proposal is for applications and tenants to define their own indexes on shared tables to optimize their queries, while keeping indexes isolated from other applications and tenants for optimization purposes. The document provides background on challenges with mixed workloads and motivation for the proposal, which could lead to better optimized query processing and improved performance and scalability.