The document discusses indexing Cassandra data in SQL storage. It proposes running an IndexService application that synchronizes data between Cassandra and a SQL database in the background. The IndexService would maintain SQL tables with indexes to allow for efficient searching. It would periodically read a Cassandra event log of data changes and update the SQL tables accordingly. This would allow queries to leverage both recent changes in the event log and indexed data from the SQL tables.