Whats your avg data transfer usage?

Hello folks!

We are in the midst of finalizing some plans for our implementation for Tessitura and our new website.  One of the many questions thats popped up for us now is making sure that we have a large enough pipe for data to travel between our website (hosted) and our Tess db (local).

Our current website is setup such that about 85% of the data resides at the hosting site with only 15% of the data at our location which means we have small amounts of data infrequently flowing back and forth.  Our avg data transfer for a total transaction currently is ~10kb, we do not incur ANY browsing related data traffic.

With the move to Tessitura, we are looking at the reverse situation (80% local and 20% onsite).

I was hoping to get some of your metrics for data usage on a hourly or daily kb rate.  Also, what kind of numbers are you seeing solely for transaction communications vs. browsing?

Any help would be appreciated, thank you!!

Parents
  • What Morgan said is right, cache where you can.  Also make sure you are using HTTP compression on the API server.

    I started my position here just as a big performance was selling, and the site was mostly unusable.  I was able to grab the "low-hanging fruit", and add some caching for the show information.  Turning on HTTP compression helped also, and the site went from unusable, to almost snappy.

    We have a single T1 line between the API server and the web server, and it has worked just fine.

Reply
  • What Morgan said is right, cache where you can.  Also make sure you are using HTTP compression on the API server.

    I started my position here just as a big performance was selling, and the site was mostly unusable.  I was able to grab the "low-hanging fruit", and add some caching for the show information.  Turning on HTTP compression helped also, and the site went from unusable, to almost snappy.

    We have a single T1 line between the API server and the web server, and it has worked just fine.

Children