Previous Topic: Types of Operations

Next Topic: Simple and Complex Searches

Searches Are Faster Than Updates

Directories are optimized to provide excellent performance for search queries, which only read from the database. Update queries are slower because the changes have to be written to the disk.

Take this into account when designing your directory's performance.