c# - Storing List<T> in Couchbase/Memcached in addition to each T? -
i'm using couchbase/memcached pre-compute bunch of search results , keep them in memory serve clients, instead of them doing searches themselves.
a set of search results list. if customer clicks given search result i'll need pull details on t itself. can query couchbase given element of list, or there other cleverer way should approaching this?
i saw question (couchbase: better retrieve list object or each object individually?) doesn't seem fit i'm after...
Comments
Post a Comment