the whole metadata is in a mysql database. Would it be possible to run
On 12 Sep., 02:05, Brian McKelvey <
tur...@openpalace.org> wrote:
> I suppose that might answer the question though... I'm expecting that if
> this becomes wildly popular, an entire cluster of servers may be required
> for the web service eventually.
> Brian
>
> On Fri, Sep 11, 2009 at 5:03 PM, Brian McKelvey <
tur...@openpalace.org>wrote:
>
> > It's currently occupying 78MB on Amazon. But the lovely thing about Amazon
> > is that it's such a huge-scale cloud architecture, that the volume of data
> > doesn't affect the retrieval speed. Hundreds of gigabytes shouldn't be a
> > problem on that end.
> > The Metadata about the props is stored in a MySQL database on my server
> > that currently has just over 160,000 rows (one row per prop). It consumes
> > about 72MB for just the metadata and table indexes.
>
> > The Web service just provides the metadata and provides the client with a
> > URL to the location on Amazon S3 where it can download the image.
>
> > Fortunately, the web service is a regular LAMP architecture that should be
> > able to scale fairly well... more front-end web application servers
> > accessing a single MySQL instance, and eventually, more MySQL instances
> > replicating from the master databases to enhance the read performance...
> > maybe upgrade to beefier hardware, and throw in a memcached layer for ram
> > caching across the cluster, and it should be able to handle whatever load as
> > far as that goes.
>
> > Brian
>