Namespaces

Peter van Dijk peter at nextgear.nl
Thu Jun 23 08:42:10 PDT 2005


On Thu, Jun 23, 2005 at 10:30:43AM -0500, Eamon Daly wrote:
> Any feel for when namespaces and clearing by namespace might
> be implemented? We want to cache some really large tables of
> zipcodes, but it doesn't make sense to cache entire tables
> when only 5-10% of the rows are ever hit. We'd like to cache
> rows as they're requested, but then there's no way to delete
> all of them when the underlying table is updated.

For now, you could consider running a separate memcached instance
for each namespace; then clearing your namespace is as simple
as clearing everything for that instance :)

Cheers,
Peter.


More information about the memcached mailing list