In this example, `OtherDbContext` implements `IBookStoreDbContext`. This feature allows you to have multiple DbContext (one per module) on development, but single DbContext (implements all interfaces of all DbContexts) on runtime.
### Enabling split queries globally by default
Abp enables split queries globally by default for better performance. You can also change it as needed, such as: