|
|
|
|
|
by shalabhc
1583 days ago
|
|
To add a specific example. A common pattern is 'put some objects in memcache' in front of the DB. Imagine if you can: 1. define a view representing the object fields you want to cache
2. define eviction and properties of the cache
3. use queries to query either the cache or the db Specifically, do all of the above using edgeql and not have to write the cache consistency or serialization/deserialization logic. |
|