|
|
|
|
|
by axelf
4431 days ago
|
|
wouldn't a single abstraction over postgres, filesystem, hadoop, etc be either really leaky or really inefficient? different datastores are better suited for certain kinds of queries. It seems like the programmer should be aware of what he/she is querying. |
|
The implementation of that interface is data store aware and implements the interface in the most effective way possible for the data store holding the things I'm interested in.