View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 11:29 AM
lavrov2005@gmail.com
 
Posts: n/a
Default I need some mysql implementation suggestion [40 million+ record license server]

I need to implement an application license server for my company. Each
application will periodically update the license server with its
status via an appache server. The license server will eventually scale
up to 40million-100million records.

Here is my thought: Rather than storing everything on one mysql
server, I will spread the 40-100million records over N high end mysql
servers. I will also assign a unique UUID to each application. When
the application contacts the appache server, the appache server will
hash the UUID to a particular mysql server.

Does this sound like a scalable approach ?

Sergei

Reply With Quote