Blogs are updated every hour. Blogs with voting buttons are updated as soon as an article is published.
| 0 |
Todd Hoff caught some new numbers about Pinterest architecture and from those the ones interesting from the data point of view: 125 EC2 memcached instances, from which 90 for production and 35 for internal usage: Another 90 EC2 instances are dedicated tow... 0 Published 16 hours ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Algorithm for Automatic Cache Invalidation: Jakub Łopuszański describes in much detail and with examples an algorithm for cache invalidation: Imagine a bipartite graph which on the left hand side has one vertex per each possible subspace of a write query,... 0 Published 17 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Yahoo Patent Letter to Facebook Referring to Memcached and Other Open Source Technologies: Sarah Lacy: The technologies in question include things like memcached which was created in 2003 by LiveJournal and has been used longer than Facebook has been aliv... 0 Published 20 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
In-Memory Key-Value Store in C, Go and Python: Graham King: On paternity leave for my second child, I found myself writing an in-memory hashmap (a poor-man’s memcached), in Go, Python and C. I was wondering how hard it would be to replace memcached, if we... 0 Published 65 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
The Benefits of the MySQL Memcached Plugin: Mario Beck: But the memcached plugin to MySQL is a replacement or addition to the SQL interface to MySQL. So instead of using SQL queries in your application to persist or retrieve data from MySQL you can use th... 0 Published 73 days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
0![]() |
Memcached Stats Explained: Von Sebastian explains all 38 of them. Original title and link: Memcached Stats Explained (NoSQL database©myNoSQL) 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Griffon and NoSQL Databases: Andres Almiray: The following list enumerates all NoSQL options currently supported by Griffon via plugins: BerkeleyDB CouchDB Memcached Riak Redis Terrastore Voldemort Neo4j Db4o Neodatis The first 7 are Key/Value stores. Ne... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
From Memcached to Membase Memcached Buckets: SaltwaterC: But this post isn’t about switching from a volatile cache to a persistent solution. It is about removing the dumb part from the memcached setup. So I thought I’ll read about the advantages of virt... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
“The least expensive query is the query you never run.” Data access is expensive for your application. It often requires CPU, network and disk access, all of which can take a lot of time. Using less computing resources, particularly in the clo... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
| 0 |
Redis: Le système de cache parfait: I love how this sounds in French: Après 3 ans d’une histoire d’amour fidèle avec Memcached; le serveur de cache notamment utilisé par Facebook, Youtube ou Twitter; je suis au bord de la rupture après avoir rencontré r... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Mail.ru, one of the most popular Russian web sites, has open sourced ☞ Tarantool which among other components includes also (another) in-memory key-value store. From the ☞ project home: The system is optimized for work with large volumes of data; Tarant... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Terrastore and ElasticSearch to Replace MySQL, Memcached and Sphinx: Currently we are using PHP, MySQL, Sphinx, and Memcached to serve up pages so quick. […] […] Our (MY) final decision was to use Terrastore. I’m not sure if it is the fastest, but it is ... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
Membase Releases the 4th Beta, Featuring Memcached Buckets: The forth beta release of Membase, the scalable Memcached big brother, featuring a memcached buckets: You now can create buckets in your Membase Server cluster that behave exactly like memcached... 0 Published 100+ days ago in
myNoSQL • NoSQL Databases and...: Profile, Details
|
| 0 |
I wrote couple of weeks ago on dangers of bad cache design. Today I’ve been troubleshooting the production down case which had fair amount of issues related to how cache was used. The deal was as following. The update to the codebase was performed a... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
| 0 |
I recently had a run-in with very popular PHP ecommerce package which makes me want to voice a recurring mistake I see in how many web applications are architected. What is that mistake? The ecommerce package I was working with depended on caching. Out ... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
| 0 |
In so many cases troubleshooting applications I keep thinking how much more efficient things could be going if only there would be a good instrumentation available. Most of applications out there have very little code to help understand what is going on a... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
| 0 |
I worked with application recently which has great memcached hit ratio – over 99% but yet still has average page response time over 500ms. Reason ? There are hundreds memcached gets and even though they have some 0.4ms response time they add up t... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
| 10 |
One of the problems I have with Memcache is this cache is passive, this means it only stores cached data. This means application using Memcache has to has to special logic to handle misses from the cache, being careful updating the cache – you may ... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
| 2 |
Part 1 of our series set-up our “test” application and looked at boosting performance of the application by buffer MySQL with memcached. Our test application is simple and requires only 3 basic operations per transaction 2 reads and 1 write.... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
| 1 |
All to often people force themselves into using a database like MySQL with no thought into whether if its the best solution to there problem. Why? Because their other applications use it, so why not the new application? Over the past couple of months I ... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
| 9 |
Have you ever wondered how optimized your Memcached installation is? There is a common misconception that one doesn't have to think too deeply about Memcached performance, but that is not true. If your setup is inefficient, you could: Burn Memory Waste... 0 Published 100+ days ago in
MySQL Performance Blog: Profile, Details
|
Page 1 out of 1:
Blogs with invalid RSS feeds, or feeds that contain more than 50 posts are not included in TopBlogLog. Blogs that spam can be removed from the main page or deleted from TopBlogLog.
Categories