16.01.2014 Views

Diploma Thesis Santiago Gómez Sáez - IAAS

Diploma Thesis Santiago Gómez Sáez - IAAS

Diploma Thesis Santiago Gómez Sáez - IAAS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

7.3. Evaluation<br />

consumption, rather than the memory which is consumed by the JVM. The TPC-H is not used<br />

for measurement purposes, but only for data and query generation purposes.<br />

The evaluation scenarios are defined in Table 7.1. We define 8 different scenarios, which<br />

follow the following criteria:<br />

• Direct connection to the backend database system vs. connection through ServiceMixmt.<br />

• Number of Users, number of concurrent requests per user, and number of requests per<br />

user.<br />

• Data stored in a local MySQL database (in the same instance as ServiceMix-mt) vs. data<br />

stored in an Amazon RDS MySQL database instance.<br />

1 select l_returnflag, l_linestatus,sum(l_quantity) as sum_qty,sum(l_extendedprice) as<br />

sum_base_price,sum(l_extendedprice * (1 - l_discount)) as sum_disc_price,sum(<br />

l_extendedprice * (1 - l_discount) * (1 + l_tax)) as sum_charge,avg(l_quantity) as<br />

avg_qty,avg(l_extendedprice) as avg_price,avg(l_discount) as avg_disc,count(*) as<br />

count_order from lineitem where l_shipdate

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!