high_scalability high_scalability-2008 knowledge-graph by maker-knowledge-mining
Introduction: Scalability Perspectives is a series of posts that highlights the ideas that will shape the next decade of IT architecture. Each post is dedicated to a thought leader of the information age and his vision of the future. Be warned though – the journey into the minds and perspectives of these people requires an open mind. Werner Vogels Dr. Werner Vogels is Vice President & Chief Technology Officer at Amazon.com where he is responsible for driving the company’s technology vision, which is to continuously enhance the innovation on behalf of Amazon’s customers at a global scale. Prior to joining Amazon, he worked as a researcher at Cornell University where he was a principal investigator in several research projects that target the scalability and robustness of mission-critical enterprise computing systems. He is regarded as one of the world's top experts on ultra-scalable systems and he uses his weblog to educate the community about issues such as eventual consistency. Information
Introduction: In this article they present the companies which offers means (mainly, the software and hardware) which powers most of the cloud computing hosting providers, namely virtualization solutions. Read the entire article about Platform virtualization - top 25 providers (software, hardware, combined) at MyTestBox.com - web software reviews, news, tips & tricks .
3 high scalability-2008-12-29-Paper: Spamalytics: An Empirical Analysisof Spam Marketing Conversion
Introduction: Under the philosophy that the best method to analyse spam is to become a spammer , this absolutely fascinating paper recounts how a team of UC Berkely researchers went under cover to infiltrate a spam network. Part CSI, part Mission Impossible, and part MacGyver, the team hijacked the botnet so that their code was actually part of the dark network itself. Once inside they figured out the architecture and protocols of the botnet and how many sales they were able to tally. Truly elegant work. Two different spam campaigns were run on a Storm botnet network of 75,800 zombie computers. Storm is a peer-to-peer botnet that uses spam to creep its tentacles through the world wide computer network. One of the campains distributed viruses in order to recruit new bots into the network. This is normally accomplished by enticing people to download email attachments. An astonishing one in ten people downloaded the executable and ran it, which means we won't run out of zombies soon. The downloade
Introduction: Simone Brunozzi, technology evangelist for Amazon Web Services in Europe, describes how Soocial.com was fully ported to Amazon web services. ---------------- This period of the year I decided to dedicate some time to better understand how our customers use AWS, therefore I spent some online time with Stefan Fountain and the nice guys at Soocial.com, a "one address book solution to contact management", and I would like to share with you some details of their IT infrastructure, which now runs 100% on Amazon Web Services! In the last few months, they've been working hard to cope with tens of thousands of users and to get ready to easily scale to millions. To make this possible, they decided to move ALL their architecture to Amazon Web Services. Despite the fact that they were quite happy with their previous hosting provider, Amazon proved to be the way to go. ----------------- Read the rest of the article here .
5 high scalability-2008-12-28-How to Organize a Database Table’s Keys for Scalability
Introduction: The key (no pun intended) to understanding how to organize your dataset’s data is to think of each shard not as an individual database, but as one large singular database. Just as in a normal single server database setup where you have a unique key for each row within a table, each row key within each individual shard must be unique to the whole dataset partitioned across all shards. There are a few different ways we can accomplish uniqueness of row keys across a shard cluster. Each has its pro’s and con’s and the one chosen should be specific to the problems you’re trying to solve.
6 high scalability-2008-12-22-SLAs in the SaaS space
Introduction: This may be a bit higher level then the general discussion here, but I think this is an important issue in how it relates to reliability and uptime. What kind of SLAs should we be expecting from SaaS services and platforms (e.g. AWS, Google App Engine, Google Premium Apps, salesforce.com, etc.)? Up to today, most SaaS services either have no SLAs or offer very weak penalties. What will it take to get these services up to the point where they can offer the SLAs that users (and more importantly, businesses) require? I presume most of the members here want to see more movement into the cloud and to SaaS services, and I'm thinking that until we see more substantial SLA guarantees, most businesses will continue to shy away as long as they can. Would love to hear what others think. Or am I totally off base?
Introduction: Successful software design is all about trade-offs. In the typical (if there is such a thing) distributed system, recognizing the importance of trade-offs within the design of your architecture is integral to the success of your system. Despite this reality, I see time and time again, developers choosing a particular solution based on an ill-placed belief in their solution as a “silver bullet”, or a solution that conquers all, despite the inevitable occurrence of changing requirements. Regardless of the reasons behind this phenomenon, I’d like to outline a few of the methods I use to ensure that I’m making good scalable decisions without losing sight of the trade-offs that accompany them. I’d also like to compile (pun intended) the issues at hand, by formulating a simple theorem that we can use to describe this oft occurring situation.
8 high scalability-2008-12-20-Second Life Architecture - The Grid
Introduction: Update: Presentation: Second Life’s Architecture . Ian Wilkes, VP of Systems Engineering, describes the architecture used by the popular game named Second Life. Ian presents how the architecture was at its debut and how it evolved over years as users and features have been added. Second Life is a 3-D virtual world created by its Residents. Virtual Worlds are expected to be more and more popular on the internet so their architecture might be of interest. Especially important is the appearance of open virtual worlds or metaverses. What happens when video games meet Web 2.0? What happens is the metaverse . Information Sources Second Life runs MySQL Interview with Ian Wilkes TechTrends: Inside Linden Lab Town Hall with Cory Linden InformationWeek articles ( 1 , 2 ) and blog Second Life Wiki: Server Architecture Wikipedia: Second Life Server Second Life Blog Second Life: A Guide to Your Virtual World Platform
9 high scalability-2008-12-19-How to measure memory required for a user session
Introduction: hi, What are the practices followed, tools used to measure session memory requirement per user? Thanks, Unmesh
10 high scalability-2008-12-19-Gigaspaces curbs latency outliers with Java Real Time
Introduction: Today, most banks have migrated their internal software development from C/C++ to the Java language because of well-known advantages in development productivity (Java Platform), robustness & reliability (Garbage Collector) and platform independence (Java Bytecode). They may even have gotten better throughput performance through the use of standard architectures and application servers (Java Enterprise Edition). Among the few banking applications that have not been able to benefit yet from the Java revolution, you find the latency-critical applications connected to the trading floor. Why? Because of the unpredictable pauses introduced by the garbage collector which result in significant jitter (variance of execution time). In this post Frederic Pariente Engineering Manager at Sun Microsystems posted a summary of a case study on how the use of Sun Real Time JVM and GigaSpaces was used in the context of of a customer proof-of-concept this summer to ensure guaranteed latency per m
11 high scalability-2008-12-18-Risk Analysis on the Cloud (Using Excel and GigaSpaces)
Introduction: Every day brings news of either more failures of the financial systems or out-right fraud, with the $50 billion Bernard Madoff Ponzi scheme being the latest, breaking all records. This post provide a technical overview of a solution that was implemented for one of the largest banks in China. The solution illustrate how one can use Excel as a front end client and at the same time leverage cloud computing model and mapreduce as well as other patterns to scale-out risk calculations. I'm hoping that this type of approach will reduce the chances for seeing this type of fraud from happening in the future.
12 high scalability-2008-12-17-Scalability Strategies Primer: Database Sharding
Introduction: This article is a primer, intended to shine some much needed light on the logical, process oriented implementations of database scalability strategies in the form of a broad introduction. More specifically, the intent is to elaborate on the majority of these implementations by example.
13 high scalability-2008-12-17-Ringo - Distributed key-value storage for immutable data
Introduction: Ringo is an experimental, distributed, replicating key-value store based on consistent hashing and immutable data. Unlike many general-purpose databases, Ringo is designed for a specific use case: For archiving small (less than 4KB) or medium-size data items (<100MB) in real-time so that the data can survive K - 1 disk breaks, where K is the desired number of replicas, without any downtime, in a manner that scales to terabytes of data. In addition to storing, Ringo should be able to retrieve individual or small sets of data items with low latencies (<10ms) and provide a convenient on-disk format for bulk data access. Ringo is compatible with the map-reduce framework Disco and it was started at Nokia Research Center Palo Alto.
14 high scalability-2008-12-16-[ANN] New Open Source Cache System
Introduction: The SHOP.COM Cache System is now available at http://code.google.com/p/sccache/ The SHOP.COM Cache System is an object cache system that... * is an in-process cache and external, shared Cache * is horizontally scalable * stores cached objects to disk * supports associative keys * is non-transactional * can have any size key and any size data * does auto-GC based on TTL * is container and platform neutral It was built in-house at SHOP.COM (by me) and has powered our website for years. We are open-sourcing it in the hope that it will be useful to others and to get some help in its maintenance. This is our first open source attempt and we'd appreciate any help and comments.
15 high scalability-2008-12-16-Facebook is Hiring
Introduction: I thought with the job situation these days that people might be interested in some open jobs at Facebook. Here's what's available: Facebook is hiring! We are looking for a Systems Engineer/Architect and Site Reliability Engineer. I have attached the job descriptions below. If you are interested, please contact Michelle Bostock mbostock-at-facebook.com. Thanks and Happy Holidays! Systems Architect Palo Alto, CA Description Facebook is seeking a seasoned Systems Architect to join the Operations team. The position is full-time and is based in our main office in downtown Palo Alto and will report to the Manager of Systems Operations. Responsibilities * Analyze application flow and infrastructure design to improve performance and scalability of the site * Collaborate on design of services infrastructure from servers to networking * Monitor, analyze, and make recommendations as appropriate to improve site stability and availability * Evaluate hardware and softwar
16 high scalability-2008-12-14-Scaling MySQL on a 256-way T5440 server using Solaris ZFS and Java 1.7
Introduction: How to scale MySQL on a 32 core system with 256 threads? Diagonal scalability in a box. An impressive benchmark that achieved more than 79,000 SQL queries per second on a single 4 RU server! Is this real? If so what is the role of good old horizontal scalability? The goals of the benchmark: Reach a high throughput of SQL queries on a 256-way Sun SPARC Enterprise T5440 Do it 21st century style i.e. with MySQL and ZFS , not 20th century style i.e with OraSybInf... and VxFS Do it with minimal tuning i.e as close as possible as out-of-the-box
17 high scalability-2008-12-13-Strategy: Facebook Tweaks to Handle 6 Time as Many Memcached Requests
Introduction: Our latest strategy is taken from a great post by Paul Saab of Facebook , detailing how with changes Facebook has made to memcached they have: ...been able to scale memcached to handle 200,000 UDP requests per second with an average latency of 173 microseconds. The total throughput achieved is 300,000 UDP requests/s, but the latency at that request rate is too high to be useful in our system. This is an amazing increase from 50,000 UDP requests/s using the stock version of Linux and memcached. To scale Facebook has hundreds of thousands of TCP connections open to their memcached processes. First, this is still amazing. It's not so long ago you could have never done this. Optimizing connection use was always a priority because the OS simply couldn't handle large numbers of connections or large numbers of threads or large numbers of CPUs. To get to this point is a big accomplishment. Still, at that scale there are problems that are often solved. Some of the problem Facebook faced a
18 high scalability-2008-12-09-Rules of Thumb in Data Engineering
Introduction: This is an interesting and still relevant research paper by Jim Gray, Prashant Shenoy at Microsoft Research that examines the rules of thumb for the design of data storage systems. It looks at storage, processing, and networking costs, ratios, and trends with a particular focus on performance and price/performance. Jim Gray has an updated presentation on this interesting topic: Long Term Storage Trends and You . Robin Harris has a great post that reflects on the Rules of Thumb whitepaper on his StorageMojo blog: Architecting the Internet Data Center - Parts I-IV .
19 high scalability-2008-12-06-Paper: Real-world Concurrency
Introduction: An excellent article by Bryan Cantrill and Jeff Bonwick on how to write multi-threaded code. With more processors and no magic bullet solution for how to use them, knowing how to write multiprocessor code that doesn't screw up your system is still a valuable skill. Some topics: Know your cold paths from your hot paths. Intuition is frequently wrong—be data intensive. Know when—and when not—to break up a lock. Be wary of readers/writer locks. Consider per-CPU locking. Know when to broadcast—and when to signal. Learn to debug postmortem. Design your systems to be composable. Don't use a semaphore where a mutex would suffice. Consider memory retiring to implement per-chain hash-table locks. Be aware of false sharing. Consider using nonblocking synchronization routines to monitor contention. When reacquiring locks, consider using generation counts to detect state change. Use wait- and lock-free structures only if you absolutely must. Prepare for the th
20 high scalability-2008-12-05-Sprinkle - Provisioning Tool to Build Remote Servers
Introduction: At 37 Signals Joshua Sierles describes how 37 Signals uses Sprinkle to configure their servers within EC2. Sprinkle defines a domain specific meta-language for describing and processing the installation of software . You can find an interesting discussion of Sprinkle's creation story by the creator himself, Marcus Crafter, in Sprinkle Some Powder! . Marcus divides provisioning tools into two categories: Task Based - the tool issues a list of commands to run on the remote system, either remotely via a network connection or smart client. Policy/state Based - the tool determines what needs to be run on the remote system by examining its current and final state. Sprinkle combines both models together in a chocolate-in-my-peanut-butter approach using normal Ruby code as the DSL (domain specific language) to declaratively describe remote system configurations. 37 Signals likes the use of Ruby as the DSL because it makes learning a separate syntax unnecessary. I've successfu
21 high scalability-2008-12-05-Scalability Perspectives #4: Kevin Kelly – One Machine
22 high scalability-2008-12-03-Java World Interview on Scalability and Other Java Scalability Secrets
23 high scalability-2008-12-01-Web Consolidation on the Sun Fire T1000 using Solaris Containers
25 high scalability-2008-12-01-Sun's High-Performance and Reliable Web Proxy Solution
26 high scalability-2008-12-01-MySQL Database Scale-out and Replication for High Growth Businesses
27 high scalability-2008-12-01-Deploying MySQL Database in Solaris Cluster Environments
28 high scalability-2008-12-01-Breakthrough Web-Tier Solutions with Record-Breaking Performance
30 high scalability-2008-11-30-Creating a high-performing online database
31 high scalability-2008-11-24-Scalability Perspectives #3: Marc Andreessen – Internet Platforms
32 high scalability-2008-11-24-Product: Scribe - Facebook's Scalable Logging System
33 high scalability-2008-11-22-Google Architecture
34 high scalability-2008-11-19-High Definition Video Delivery on the Web?
35 high scalability-2008-11-18-Scalability Perspectives #2: Van Jacobson – Content-Centric Networking
36 high scalability-2008-11-14-Useful Cloud Computing Blogs
37 high scalability-2008-11-14-Private-Public Cloud
38 high scalability-2008-11-14-Paper: Pig Latin: A Not-So-Foreign Language for Data Processing
39 high scalability-2008-11-13-Plenty of Fish Says Scaling for Free Doesn't Pay
40 high scalability-2008-11-13-CloudCamp London 2: private clouds and standardisation
41 high scalability-2008-11-11-Arhcitecture for content management
42 high scalability-2008-11-10-Scalability Perspectives #1: Nicholas Carr – The Big Switch
43 high scalability-2008-11-05-Managing application on the cloud using a JMX Fabric
44 high scalability-2008-11-03-How Sites are Scaling Up for the Election Night Crush
45 high scalability-2008-11-02-Strategy: How to Manage Sessions Using Memcached
46 high scalability-2008-10-30-The case for functional decomposition
47 high scalability-2008-10-30-Olio Web2.0 Toolkit - Evaluate Web Technologies and Tools
48 high scalability-2008-10-29-CTL - Distributed Control Dispatching Framework
50 high scalability-2008-10-27-Notify.me Architecture - Synchronicity Kills
51 high scalability-2008-10-26-Should you use a SAN to scale your architecture?
52 high scalability-2008-10-25-Product: Puppet the Automated Administration System
53 high scalability-2008-10-24-11 Secrets of a Cloud Scale Consultant That They Dont' Want You to Know
56 high scalability-2008-10-22-Scalability Best Practices: Lessons from eBay
57 high scalability-2008-10-22-EVE Online Architecture
58 high scalability-2008-10-19-Alternatives to Google App Engine
59 high scalability-2008-10-17-Scaling Spam Eradication Using Purposeful Games: Die Spammer Die!
60 high scalability-2008-10-17-A High Performance Memory Database for Web Application Caches
61 high scalability-2008-10-15-Tokyo Tech Tsubame Grid Storage Implementation
65 high scalability-2008-10-15-Oracle opens Coherence Incubator
66 high scalability-2008-10-15-Need help with your Hadoop deployment? This company may help!
67 high scalability-2008-10-15-Hadoop - A Primer
68 high scalability-2008-10-14-Sun Storage and Archive Solution for HPC
71 high scalability-2008-10-13-SQL Server 2008 Database Performance and Scalability
72 high scalability-2008-10-13-Challenges from large scale computing at Google
73 high scalability-2008-10-10-Useful Corporate Blogs that Talk About Scalability
74 high scalability-2008-10-10-The Art of Capacity Planning: Scaling Web Resources
75 high scalability-2008-10-08-Strategy: Flickr - Do the Essential Work Up-front and Queue the Rest
76 high scalability-2008-10-07-Help a Scoble out. What should Robert ask in his scalability interview?
77 high scalability-2008-10-06-Scalability for Startups: How to Grow Up without Blowing Up
78 high scalability-2008-10-06-Paper: Scaling Genome Sequencing - Complete Genomics Technology Overview
79 high scalability-2008-10-05-Paper: Scalability Design Patterns
80 high scalability-2008-10-04-Is MapReduce going mainstream?
81 high scalability-2008-10-01-The Pattern Bible for Distributed Computing
82 high scalability-2008-10-01-Joyent - Cloud Computing Built on Accelerators
83 high scalability-2008-09-30-Scalability Worst Practices
84 high scalability-2008-09-28-Product: Happy = Hadoop + Python
85 high scalability-2008-09-26-Lucasfilm: The Real Magic is in the Data Center
86 high scalability-2008-09-25-Is your cloud as scalable as you think it is?
87 high scalability-2008-09-25-HighScalability.com Rated 16th Best Blog for Development Managers
88 high scalability-2008-09-25-GridGain: One Compute Grid, Many Data Grids
89 high scalability-2008-09-24-Building a Scalable Architecture for Web Apps
90 high scalability-2008-09-23-The 7 Stages of Scaling Web Apps
91 high scalability-2008-09-23-Scaling your cookie recipes
92 high scalability-2008-09-23-How to Scale with Ruby on Rails
93 high scalability-2008-09-23-Event: CloudCamp Silicon Valley Unconference on 30th September
94 high scalability-2008-09-22-Paper: On Delivering Embarrassingly Distributed Cloud Services
96 high scalability-2008-09-16-Product: Func - Fedora Unified Network Controller
97 high scalability-2008-09-16-EE-Appserver Clustering OR Terracota OR Coherence OR something else?
98 high scalability-2008-09-10-Shard servers -- go big or small?
99 high scalability-2008-09-09-Content Delivery Networks (CDN) – a comprehensive list of providers
100 high scalability-2008-09-08-Guerrilla Capacity Planning and the Law of Universal Scalability
101 high scalability-2008-09-05-Product: Tungsten Replicator
102 high scalability-2008-09-04-Database question for upcoming project
103 high scalability-2008-09-03-Some Facebook Secrets to Better Operations
105 high scalability-2008-09-03-MapReduce framework Disco
106 high scalability-2008-09-01-A Scalability checklist?
107 high scalability-2008-08-30-Paper: GargantuanComputing—GRIDs and P2P
108 high scalability-2008-08-29-Product: ScaleOut StateServer is Memcached on Steroids
109 high scalability-2008-08-27-Updating distributed web applications
110 high scalability-2008-08-24-A Scalable, Commodity Data Center Network Architecture
111 high scalability-2008-08-18-Forum sort order
112 high scalability-2008-08-18-Code deployment tools
113 high scalability-2008-08-17-Wuala - P2P Online Storage Cloud
114 high scalability-2008-08-17-Strategy: Drop Memcached, Add More MySQL Servers
115 high scalability-2008-08-17-Many updates against MySQL
116 high scalability-2008-08-16-Strategy: Serve Pre-generated Static Files Instead Of Dynamic Pages
117 high scalability-2008-08-14-Product: Terracotta - Open Source Network-Attached Memory
118 high scalability-2008-08-12-Strategy: Limit The New, Not The Old
119 high scalability-2008-08-11-Distributed Computing & Google Infrastructure
120 high scalability-2008-08-08-Separation into read-write only databases
122 high scalability-2008-07-29-Ehcache - A Java Distributed Cache
123 high scalability-2008-07-26-Sharding the Hibernate Way
124 high scalability-2008-07-26-Google's Paxos Made Live – An Engineering Perspective
125 high scalability-2008-07-22-Scaling Bumper Sticker: A 1 Billion Page Per Month Facebook RoR App
126 high scalability-2008-07-21-Eucalyptus - Build Your Own Private EC2 Cloud
127 high scalability-2008-07-20-The clouds are coming
128 high scalability-2008-07-20-Strategy: Front S3 with a Caching Proxy
129 high scalability-2008-07-18-Robert Scoble's Rules for Successfully Scaling Startups
130 high scalability-2008-07-16-The Mother of All Database Normalization Debates on Coding Horror
131 high scalability-2008-07-15-ZooKeeper - A Reliable, Scalable Distributed Coordination System
132 high scalability-2008-07-10-Can cloud computing smite down evil zombie botnet armies?
133 high scalability-2008-07-09-Federation at Flickr: Doing Billions of Queries Per Day
134 high scalability-2008-07-07-Five Ways to Stop Framework Fixation from Crashing Your Scaling Strategy
135 high scalability-2008-06-28-ID generation schemes
136 high scalability-2008-06-11-Pyshards aspires to build sharding toolkit for Python
137 high scalability-2008-06-09-FaceStat's Rousing Tale of Scaling Woe and Wisdom Won
138 high scalability-2008-06-09-Apple's iPhone to Use a Centralized Push Based Notification Architecture
139 high scalability-2008-06-08-Search fast in million rows
140 high scalability-2008-06-06-GigaOm Structure 08 Conference on June 25th in San Francisco
141 high scalability-2008-06-06-Economies of Non-Scale
142 high scalability-2008-06-04-LinkedIn Architecture
143 high scalability-2008-06-02-Total Cost of Ownership for different web development frameworks
144 high scalability-2008-05-31-memcached and Storage of Friend list
146 high scalability-2008-05-30-Is "Scaling Engineer" a new job title?
147 high scalability-2008-05-29-Amazon Improves Diagonal Scaling Support with High-CPU Instances
149 high scalability-2008-05-28-Job queue and search engine
150 high scalability-2008-05-27-eBay Architecture
151 high scalability-2008-05-27-Should Twitter be an All-You-Can-Eat Buffet or a Vending Machine?
152 high scalability-2008-05-27-Secure Remote Administration for Large-Scale Networks
153 high scalability-2008-05-27-Scalable virus scanning for web-applications
155 high scalability-2008-05-25-Product: Condor - Compute Intensive Workload Management
156 high scalability-2008-05-25-How do you explain cloud computing to your grandma?
157 high scalability-2008-05-19-UK Based CDN
158 high scalability-2008-05-19-Twitter as a scalability case study
159 high scalability-2008-05-19-Conference: Infoscale 2008 in Italy (June 4-6)
160 high scalability-2008-05-17-WebSphere Commerce High Availability and Performance Configurations
161 high scalability-2008-05-17-DB2 Express-C
162 high scalability-2008-05-14-Scaling an image upload service
163 high scalability-2008-05-14-New Facebook Chat Feature Scales to 70 Million Users Using Erlang
164 high scalability-2008-05-10-Hitting 300 SimbleDB Requests Per Second on a Small EC2 Instance
165 high scalability-2008-05-05-Put the web server on a diet and increase scalability
167 high scalability-2008-05-03-Product: nginx
169 high scalability-2008-04-30-Rather small site architecture.
170 high scalability-2008-04-29-Strategy: Sample to Reduce Data Set
171 high scalability-2008-04-29-High performance file server
172 high scalability-2008-04-23-Behind The Scenes of Google Scalability
173 high scalability-2008-04-22-Simple NFS failover solution with symbolic link?
174 high scalability-2008-04-21-Using Google AppEngine for a Little Micro-Scalability
175 high scalability-2008-04-21-The Search for the Source of Data - How SimpleDB Differs from a RDBMS
176 high scalability-2008-04-21-Google App Engine - what about existing applications?
177 high scalability-2008-04-19-How to build a real-time analytics system?
178 high scalability-2008-04-18-Scaling Mania at MySQL Conference 2008
179 high scalability-2008-04-10-Mysql scalability and failover...
180 high scalability-2008-04-08-Google AppEngine - A First Look
181 high scalability-2008-04-07-Scalr - Open Source Auto-scaling Hosting on Amazon EC2
182 high scalability-2008-04-07-Rumors of Signs and Portents Concerning Freeish Google Cloud
183 high scalability-2008-04-07-Lazy web sites run faster
184 high scalability-2008-04-05-Skype Plans for PostgreSQL to Scale to 1 Billion Users
185 high scalability-2008-04-03-Development of highly scalable web site
186 high scalability-2008-04-02-Product: Supervisor - Monitor and Control Your Processes
187 high scalability-2008-04-01-How to update video views count effectively?
188 high scalability-2008-03-31-Read HighScalability on Your Mobile Phone Using WidSets Widgets
189 high scalability-2008-03-30-Scaling Out MySQL
190 high scalability-2008-03-29-20 New Rules for Faster Web Pages
191 high scalability-2008-03-28-How to Get DNS Names of a Web Server
192 high scalability-2008-03-27-Amazon Announces Static IP Addresses and Multiple Datacenter Operation
193 high scalability-2008-03-25-Paper: On Designing and Deploying Internet-Scale Services
194 high scalability-2008-03-24-Advertise
195 high scalability-2008-03-20-Paper: Asynchronous HTTP and Comet architectures
196 high scalability-2008-03-19-Serving JavaScript Fast
197 high scalability-2008-03-19-RAD Lab is Creating a Datacenter Operating System
198 high scalability-2008-03-18-Shared filesystem on EC2
199 high scalability-2008-03-18-Database War Stories #3: Flickr
200 high scalability-2008-03-18-Database Design 101
202 high scalability-2008-03-17-Microsoft's New Database Cloud Ready to Rumble with Amazon
203 high scalability-2008-03-16-Product: GlusterFS
204 high scalability-2008-03-16-Do you have any questions for the Elastra CEO?
205 high scalability-2008-03-15-New Website Design Considerations
206 high scalability-2008-03-14-Problem: Mobbing the Least Used Resource Error
207 high scalability-2008-03-12-YouTube Architecture
208 high scalability-2008-03-09-Best Practices for Speeding Up Your Web Site
209 high scalability-2008-03-08-Product: FAI - Fully Automatic Installation
210 high scalability-2008-03-08-Product: DRBD - Distributed Replicated Block Device
211 high scalability-2008-03-08-DNS-Record TTL on worst case scenarios
212 high scalability-2008-03-08-Audiogalaxy.com Architecture
213 high scalability-2008-03-06-Announce: First Meeting of Boston Scalability User Group
214 high scalability-2008-03-05-Oprah is the Real Social Network
216 high scalability-2008-03-03-Two data streams for a happy website
217 high scalability-2008-03-03-Read This Site and Ace Your Next Interview!
218 high scalability-2008-02-27-Product: System Imager - Automate Deployment and Installs
219 high scalability-2008-02-26-Architecture to Allow High Availability File Upload
220 high scalability-2008-02-25-Make Your Site Run 10 Times Faster
221 high scalability-2008-02-25-Architecture Template Advice Needed
222 high scalability-2008-02-25-Any Suggestions for the Architecture Template?
223 high scalability-2008-02-24-Yandex Architecture
224 high scalability-2008-02-22-Kevin's Great Adventures in SSDland
225 high scalability-2008-02-21-Tracking usage of public resources - throttling accesses per hour
226 high scalability-2008-02-21-Product: Capistrano - Automate Remote Tasks Via SSH
227 high scalability-2008-02-19-Hadoop Getting Closer to 1.0 Release
228 high scalability-2008-02-19-Building a email communication system
229 high scalability-2008-02-18-limit on the number of databases open
230 high scalability-2008-02-18-How to deal with an I-O bottleneck to disk?
231 high scalability-2008-02-17-Web Accelerators - snake oil or miracle remedy?
232 high scalability-2008-02-16-S3 Failed Because of Authentication Overload
233 high scalability-2008-02-13-What's your scalability plan?
234 high scalability-2008-02-12-We want to cache a lot :) How do we go about it ?
235 high scalability-2008-02-12-Search the tags across all post
236 high scalability-2008-02-12-Product: rPath - Creating and Managing Virtual Appliances
239 high scalability-2008-02-07-Looking for good business examples of compaines using Hadoop
240 high scalability-2008-02-05-SLA monitoring
241 high scalability-2008-02-05-Handling of Session for a site running from more than 1 data center
242 high scalability-2008-02-04-Streaming Video on Amazon EC2?
243 high scalability-2008-02-04-IPS-IDS for heavy content site
244 high scalability-2008-02-03-Product: Collectl - Performance Data Collector
245 high scalability-2008-02-03-Ideas on how to scale a shared inventory database???
246 high scalability-2008-02-02-The case against ORM Frameworks in High Scalability Architectures
247 high scalability-2008-01-30-The AOL XMPP scalability challenge
248 high scalability-2008-01-30-How Rackspace Now Uses MapReduce and Hadoop to Query Terabytes of Data
249 high scalability-2008-01-29-When things aren't scalable
250 high scalability-2008-01-29-Too many databases
251 high scalability-2008-01-29-Speed up (Oracle) database code with result caching
253 high scalability-2008-01-28-Product: ISPMan Centralized ISP Management System
254 high scalability-2008-01-28-Howto setup GFS-GNBD
255 high scalability-2008-01-28-DR-BC for web-DB servers
258 high scalability-2008-01-25-Google: Introduction to Distributed System Design
259 high scalability-2008-01-25-Application Database and DAL Architecture
260 high scalability-2008-01-24-Mailinator Architecture
261 high scalability-2008-01-22-The high scalability community
262 high scalability-2008-01-21-Product: Hyperic
264 high scalability-2008-01-17-Load Balancing of web server traffic
265 high scalability-2008-01-17-Database People Hating on MapReduce
266 high scalability-2008-01-16-Strategy: Asynchronous Queued Virus Scanning
267 high scalability-2008-01-15-Sun to Acquire MySQL
268 high scalability-2008-01-15-Does Sun Buying MySQL Change Your Scaling Strategy?
270 high scalability-2008-01-13-Google Reveals New MapReduce Stats
271 high scalability-2008-01-13-A Note on How to Create Teasers When Posting
272 high scalability-2008-01-12-Gandi.net, french registrar launches in granular server resources.
273 high scalability-2008-01-11-FTP Sanity: Redundancy, archiving, consolidation.
274 high scalability-2008-01-10-Sharding with Cookie-Based Session Storage
275 high scalability-2008-01-10-MONO ASP.NET. Will it make the web???
276 high scalability-2008-01-10-Letting Clients Know What's Changed: Push Me or Pull Me?
277 high scalability-2008-01-08-Virus Scanning for Uploaded content
278 high scalability-2008-01-07-How Ruby on Rails Survived a 550k Pageview Digging
279 high scalability-2008-01-06-Email Architecture
280 high scalability-2008-01-04-For $5 Million You Can Buy Enough Storage to Compete with Google
281 high scalability-2008-01-02-WEB hosting Select
282 high scalability-2008-01-01-S3 for image storing
283 high scalability-2008-01-01-HOW CDN works