First page Back Continue Last page Overview Graphics
Everything goes in a database
You need all the features of a database
(Consistency, Indexing, Pivoting, Queries, Speed/scalability, Backup, replication)
If you don’t use one, you will find yourself creating one!
Files as blobs, also sync with file system for legacy apps
Notes:
- All the usual database features: queries, indexing, full-text search, replication, etc.
- Schema is extensible
- Links includes collection, annotation, and user-defined types (person in photo)
- Convenient APIs for all of the above