It is important to consider data retrieval or search performance in achieving customer SLAs to get a business benefit out of it. We add indexes to improve data access time performance for relational as well as NoSQL databases. We will discuss in this chapter,how Phoneix indexing improves query performance for larger data sets. Along with Indexing, we will see how to work with phoenix user defined functions (UDF) , writing custom UDFs and phoenix query server.
7.1 Secondary Indexes
For efficient access to data in ...