A financial services company is using Azure Cosmos DB for NoSQL to store transaction data. The container is partitioned by `/transactionId`. During a performance audit, you observe that queries filtering on `/transactionDate` are consuming a high number of RUs and are identified as cross-partition queries. The development team wants to add a composite index to improve performance for queries that filter by both `/transactionDate` and `/transactionType`. The current indexing policy is the default. What is the most likely outcome of adding a composite index for (`/transactionDate`, `/transactionType`)?