vote up 0 vote down star

I know that NCache provides SQL dependency for Microsoft SQL Server and Oracle (10G R4 onwards). I am interested to know what other caching solutions are available, that comes with dependency on Oracle?

Does Velocity, memcached, etc. support SQL dependency to receive notifications/update the cache automatically, when something changes in the database?

flag

58% accept rate
Any updates on this? – Leandro López Feb 18 at 10:14

2 Answers

vote up 0 vote down

There are some implementations of memcache and NVelocity that support SqlDependency but the ones I know are all paid solutions. Also you need to keep in mind that generating SqlDependency will fill your database with procedures and tables only used for that purpose.... I'm starting to use http://www.alachisoft.com/ for memory caching. The free version has file dependency and that's really cool! As for performance, my company build from scratch the implementation that I'm using now.

Hope this help. :)

link|flag
vote up -1 vote down

If you are using .NET I would recommend taking a look at the System.Web.Caching namespace, more especifically the class CacheDependency. I know it has not, at the moment, dependency on Oracle, thou.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.