46 citations found. Retrieving documents...
Transaction Processing Performance Council TPC. TPC benchmark D (decision support). Standard Specification 1.0, Transaction Processing Performance Council (TPC), May 1995. http://www.tpc.org/.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:

First 50 documents

XBench - A Family of Benchmarks for XML DBMSs - Yao, Özsu, Keenleyside (2003)   (6 citations)  (Correct)

....repository of XML documents can be found. The data that is available is too small to extract meaningful statistics. Most of the XML documents in the data centric classes are currently relational that may be translated into XML for communication. Therefore, the schema of the TPC W benchmark (see [27] for details) is used and is mapped to XML. TPC W is a mature, and industry accepted, benchmark for Web based ecommerce systems that captures the database characteristics of the DC classes of documents. Elements and attributes are two basic entities in XML documents, and respectively there are ....

....of documents. Appendix D.2 and E.2 show detailed schema and DTD information. 4.3.3 DC MD As indicated earlier, due to the nature of data centric documents, it s very di#cult to get real XML documents, since most of e commerce and transactional data are still stored in relational databases. TPC W [27] benchmark schema proves a good starting point for modelling this type of data. Therefore, TPC W schema is used as the basis of these two classes. There are eight basic individual tables (relations) in the TPC W database. ORDERS purchase order information such as order date, price and status; ....

Transaction Processing Performance Council (TPC). http://www.tpc.org, 2001.


Benchmarking Mobile-Agent Systems - Dikaiakos, Kyriakou, Samaras (2001)   (Correct)

....investigate the prop erties of application frameworks, for typical system configurations. Micro applications: instantiations of micro kernels for real applications. Here, we introduce places with full application functionality and employ synthetic workloads complying to the TPC W specification [27]. In the following sections, we introduce a suite of micro ben marks and micro kernels that we use to evaluate the performance of mobile agent middleware quantitatively. In earlier work we have examined micro applications that involved the use of mobile agents to provide database access over the ....

Transaction Processing Performance Council (TPC). TPC Benchmark W (Web Commerce) - Draft Specification, December 1999.


Exploiting Advanced Database Optimization Features for.. - Zeller, Kemper (2002)   (Correct)

....select single, for all entries,orselect up to n rows) A representative of each class of statements was chosen as the basis for our analysis. The data was extracted from an actual productive SAP R 3 system rather than relying on artificially generated data, as, e.g. the TPC C benchmark does [25]. We analyzed a variety of partitioning schemes (data with and without index partitioning) and compared the performance with a conventional non partitioned database configuration. Our results show that also in the context of centralized shared everything database systems horizontal partitioning ....

Transaction Processing Performance Council TPC. TPC benchmark C. Standard Specification, Transaction Processing Performance Council (TPC), 1992. http://www.tpc.org/.


HyperQueries: Dynamic Distributed Query Processing on the.. - Kemper, Wiesner (2001)   (12 citations)  (Correct)

....the scalability of our approach in a distributed environment and show the effectiveness of the combination of multiple Dispatch operators. 5.1 Experimental Environment Our test scenario constitutes a market place with 26 suppliers. The data for our databases was taken from the TPC D [TPC99] benchmark suite of scale factor 1.0. To suit our limited benchmark environment, we converted the 10000 suppliers round robin by SUPPKEY to only 26 suppliers, each being allocated to an individual host. The PARTSUPP table represented the market place and the PART table was partitioned ....

Transaction Processing Performance Council TPC. TPC Benchmark D (Decision Support). Standard Specification 2.1, Transaction Processing Performance Council (TPC), February 1999. http://www.tpc.org/.


Estimating Simple Functions on the Union of Data Streams - Gibbons, Tirthapura (2001)   (26 citations)  (Correct)

....stream, the referee learns the respective values from each stream. Thus we can estimate aggregate functions over the values associated with distinct labels in one or more data streams, e.g. the variance in request sizes averaged over all distinct destinations. As epitomized by the TPC benchmarks [25], which are the primary industry benchmarks for large scale query processing, many queries and reports seek aggregates of values over the distinct labels or groups of a data set. Next, we consider the previously studied streams model in which there is only one party, who observes both streams, ....

Transaction processing performance council (TPC). TPC Benchmarks, 2000. URL: www.tpc.org.


I N S T I T U T E F Or D E F E N S E A N A L Y S E S - Ida Paper Defense   (Correct)

....designs (relative to a full custom workload) and provide a basis for comparison and competition. Successful benchmark suites strongly influence academic computer papers and ultimately vendor designs. Influential ones include the 1980 s Livermore Loops and the 69 1990 s SPEC [10] and TPC [11]. Furthermore, the influence of SPEC and TPC has been maintained for a decade, because they are updated every 3 years or so. NSA has informed me of an unclassified NSA benchmark suite. These benchmarks are already provided to vendors to enable them to see how their machine might work for the NSA. ....

Transaction Processing Performance Council (TPC) URL http://www.tpc.org/


An Algebraic Compression Framework for Query Results - Chen, Seshadri (2000)   (4 citations)  (Correct)

....Example 2.1. We use an example to illustrate the use of such semantic and statistical information. Example 2.1 selects for each supplier, his nation, phone number, and revenue on every possible order date and ship date. The underlying database is a 100 MB scaled database from the TPC D benchmark [TPC95]. select S SUPPKEY, N NAME, S PHONE, O ORDERDATE, L SHIPDATE, SUM (L EXTENDEDPRICE (1 L DISCOUNT) AS REVENUE from LINEITEM, SUPPLIER, NATION, ORDER where L SHIPDATE O ORDERDATE 3 months AND S SUPPKEY = L SUPPKEY AND S NATIONKEY = N NATIONKEY AND L ORDERKEY = O ORDERKEY group by ....

....runs on a Pentium II 450 MHz processor with 256 MB RAM. 4.1. Compression plans optimized for network transmission vs. WinZip We need to choose a set of queries that are realistic and have large result size (needing compression) We accomplish this by adapting queries from the TPC D benchmark [TPC95]. We justify this choice because: Queries in the TPC D benchmark are characteristic of a wide range of decision support applications. The data in the TPC D benchmark contains data with various data types and various redundancies. Most queries include grouping and aggregation, making their ....

Transaction Processing Performance Council TPC. TPC benchmark D (decision support). Standard Specification 1.0, Transaction Processing Performance Council (TPC), May 1995. http://www.tpc.org.


A Simulation Study for Shared-Disk Parallel Database Systems - Kemme (1996)   (Correct)

....data accesses, different percentages of write access, and the 80 20 rule. This rule assumes that 80 of all data references access a hot spot area covering 20 of the entire database [Bhi88, CFLS91, DY92] We used a different approach. We adapted our transaction model to the OLTP TPC C benchmark [Tra95] because CHAPTER 3. SIMULATION MODEL 36 we think that this benchmark models the workload of real world applications in a much better way than the simple 80 20 rule. Furthermore, the TPC C benchmark is the industry accepted standard for high performance database systems [Ide96] We first give ....

....The database tables Although the TPC C requires scaling of the database size relative to the throughput we sticked to a fixed database size of 400 warehouses for all our test runs to be able to compare the different approaches on a common basis. According to the storage requirements described in [Tra95] each warehouse needs 120 MByte storage capacity for a 12 hour run of the application. Therefore, our setting results in a database size of 48 GBytes. This size has been chosen so that one processor and its database buffer are too small, will be saturated, and become the bottleneck of the ....

[Article contains additional citation context not shown here]

Transaction Processing Performance Council (TPC). TPC Benchmark C, Standard Specification, Revision 3.0, February 1995.


Dynamic Query Operator Scheduling for Wide-Area Remote Access - Amsaleg, Franklin, Tomasic (1997)   (14 citations)  (Correct)

....Impact of Rescheduling In this section we describe a set of experiments to study the potential impact of scrambling rescheduling for a more application oriented query than the uniform and non uniform cases shown so far. The experiments use a simplification of the query Q2 of the TPC D benchmark [Tra95] We chose this query because it is relatively simple, yet processes a five way join. The cardinalities of the relations involved in this query are as follows: PART: 200,00 tuples of 164 bytes, SUPPLIER (S) 10,000 tuples of 197 bytes, PARTSUPP (PS) 800,000 tuples of 219 bytes, NATION (N) 25 ....

Transaction Processing Performance Council (TPC). TPC Benchmark D (Decision Support) , May 1995. Standard Specification, Revision 1.0.


Generalized Hash Teams for Join and Group-by - Kemper, Kossmann, Wiesner (1999)   (1 citation)  (Correct)

....join methods [HWM98, CKK98] or multi query optimization for decision support to name just a few. In addition, a whole new industry, data warehouses, has appeared with products that materialize (i.e. pre compute) query results and cache the results of queries. Furthermore, the TPC D benchmark [TPC95] has been proposed in order to evaluate the performance of a database product for decision support queries. In this work, we present a new class of algorithms that can be used to speed up the execution of decision support queries that involve one or more joins and a group by operation. The idea ....

....system level. The database was stored on a 9 GB Seagate Barracuda disk drive and another 9 GB Barracuda disk drive was used to store intermediate query results. Our test database is characterized in Table 1. It consists of a Customer, Order, and Lineitem table with the usual TPC D style schema [TPC95] The cardinalities of the tables are set according to the TPC D specifications at a scaling factor of five. In some experiments, however, we varied the cardinality of the Order table in order to demonstrate the scalability of the approaches along that dimension. We generated random tuples using ....

Transaction Processing Performance Council TPC. TPC benchmark D (decision support). Standard Specification 1.0, Transaction Processing Performance Council (TPC), May 1995. http://www.tpc.org/.


A New Hybrid Predicate-Assertion-Index-Locking (PAX) .. - ONeil, Fekete..   (Correct)

....[BHG87] 15 Comparison of PA and KVL IM We intend in this subsection to compare PA to KVL IM locking in terms of CPU efficiency. To start with, we wish to estimate X CPU , the CPU overhead for KVL IM index locking per unit of execution of the given workload (such a unit of execution in TPC R [TPCR], for example, would be the sequence of queries Q1 through Q22 with update refresh functions RF1 and RF2 intermixed) We claim that X CPU can be approximated by the following formula: X CPU = K N p (X Lp R Lp ) K N u (X Lu R Lu ) Here, K is the CPU time needed to take a KVL IM lock or Row ....

Transaction Processing Performance Council (TPC). TPC Benchmark R Standard Specification. http://www.tpc.org, PDF download http://www.tpc.org/rspec.html


The Implementation and Performance of Compressed.. - Westmann, Kossmann.. (1998)   (4 citations)  Self-citation (Performance)   (Correct)

No context found.

Transaction Processing Performance Council TPC. TPC benchmark D (decision support). Standard Specification 1.0, Transaction Processing Performance Council (TPC), May 1995. http://www.tpc.org/.


BHUNT: Automatic Discovery of Fuzzy Algebraic Constraints in.. - Brown, Haas (2003)   Self-citation (Ca)   (Correct)

No context found.

Transaction Processing Performance Council (TPC). TPC Benchmark D (Decision Support) Standard Specification, Revision 2.1. San Jose, CA, 1998. http://www.tpc.org/tpcd.


The Implementation and Performance of Compressed.. - Westmann, Kossmann.. (1998)   (4 citations)  Self-citation (Performance)   (Correct)

No context found.

Transaction Processing Performance Council TPC. TPC benchmark D (decision support). Standard Specification 1.0, Transaction Processing Performance Council (TPC), May 1995. http://www.tpc.org/.


Modeling of Service-Level Agreements for Composed Services - Daly, Kar, Sanders   Self-citation (Performance)   (Correct)

....integrator is an external vendor or an internal organization is immaterial. It will still need to provide performance gu arantees to the client. The e commerce example we specifically examine is the TPC W benchmark [8] which was developed by the Transaction Processing Performance Couk;X (TPC) [9]. It is a benchmark based on an online bookstore. Users may search for books, view bestsellers, track orders, and perform other fuflX#X ns. All of the pages are dynamically generatedu sing an application server, and all produ# and cu stomer data are stored in a back end database. The TPC W ....

Transaction Processing Performance Council (TPC) Web Page,


Modeling of Service-Level Agreements for Composed Services - Daly, Kar, Sanders   Self-citation (Performance)   (Correct)

....of an aggregate service based on the guarantees provided by the lower level services. In particular, we demonstrate the problem with an example of an e commerce Web site implemented using Web services. The example is based on the Transaction Processing Performance Council (TPC) TPC W Benchmark [8], which specifies an online store complete with a description of all the functionality of the site as well as a description of how customers use the site. We develop models of the site s performance based on the performance of two sub services. The model s results are compared to experimental ....

....to scale the services as needed with low overhead. Whether the service integrator is an external vendor or an internal organization is immaterial. It will still need to provide performance gu arantees to the client. The e commerce example we specifically examine is the TPC W benchmark [8], which was developed by the Transaction Processing Performance Couk;X (TPC) 9] It is a benchmark based on an online bookstore. Users may search for books, view bestsellers, track orders, and perform other fuflX#X ns. All of the pages are dynamically generatedu sing an application server, ....

Transaction Processing Performance Council (TPC), TPC Benchmark W (Web Commerce), August 2001.


Form-Based Proxy Caching for Database-Backed Web Sites - Luo, Naughton   (14 citations)  Self-citation (Web)   (Correct)

....query defin itions that are instantiated with the parameter values in user requests at run time. 2.1 Forms and Query Templates We start with a running example in Figure 2. The HTML form shown is a simplified search request page for an online bookstore as given in the TPC W benchmark [26]. When a user types Java Programming in the text box and clicks the Submit button, an HTTP request containing the user input is sent to the server side. No matter what application program implementation the Figure 2: Example HTML Form Search Request Page Search by: tpcwSearchForm.html ....

....queries and generate query results in XML. Table 1 summarizes the configuration. Computer RBE Proxy Server Database Software RBE Tomcat servlet Tomcat XSQL Oracle8i 5. 2 On TPC W Query Traces To measure the effects of proxy caching on response times, we set up the TPC W databases [26] at three scales: 10K, 100K, and 1M (in terms of the cardinality of the item table) in Oracle. The cardinality of the author table is of that of the item table. The ASCII data files of the two tables are of a total size of about 5MB, 50MB, and 500MB respectively. We used the default buffer pool ....

Transaction Processing Performance Council (TPC). TPC Benchmark^TM W (Web Commerce) Specification Version 1.1. June 27, 2000.


Form-Based Proxy Caching for Database-Backed Web Sites - Luo, Naughton (2001)   (14 citations)  Self-citation (Web)   (Correct)

....parameterized query definitions that are instantiated with the parameter values in user requests at run time. 2.1 Forms and Query Templates We start with a running example in Figure 2. The HTML form shown is a simplified search request page for an online bookstore as given in the TPC W benchmark [20]. When a user types Java Programming in the text box and clicks the Submit button, an HTTP request containing the user input is sent to the server side. No matter what application program implementation the server side uses, be it a CGI script, a Java servlet, an Active Server Page, the HTTP ....

....queries and generate query results in XML. Table 1 summarizes the configuration. Computer RBE Proxy Server Database Software RBE Tomcat servlet Tomcat XSQL Oracle8i 5. 2 On TPC W Query Traces To measure the effects of proxy caching on response times, we set up the TPC W databases [20] at three scales: 10K, 100K, and 1M (in terms of the cardinality of the item table) in Oracle. The cardinality of the author table is of that of the item table. The ASCII data files of the two tables are of a total size of about 5MB, 50MB, and 500MB respectively. We used the default buffer pool ....

Transaction Processing Performance Council (TPC). TPC Benchmark^TM W (Web Commerce) Specification Version 1.1. June 27, 2000.


Exploiting Early Sorting and Early Partitioning for .. - Claussen, Kemper.. (2000)   (4 citations)  Self-citation (Decision)   (Correct)

....[HWM98] or multi query optimization for decision support [ZDNS98] to name just a few. In addition, a whole new industry, data warehouses, has appeared with products that materialize (i.e. pre compute) query results and cache the results of queries. Furthermore, the TPC H and TPC R benchmarks [TPC99] derived from the TPC D benchmark have been proposed in order to evaluate the performance of a database product for decision support queries. We propose two new classes of query evaluation algorithms that can be used to speed up the execution of decision support queries. The algorithms are ....

....conducted using a prototypical implementation of order preserving hash joins, generalized and ordinary hash teams, and traditional (hash based) algorithms to carry out joins and aggregation. We will present the running times of our example queries, using a synthetic TPC H R like database ( TPC99] In contrast to the original database we used tuples and attributes of constant size. This was chosen to simplify the implementation the comparative results of the different evaluation techniques, however, is not affected by this simplification. Our test database is characterized in Table ....

Transaction Processing Performance Council TPC. TPC benchmarks H and R (decision support). Standard Specification, Transaction Processing Performance Council (TPC), October 1999. http://www.tpc.org/.


Quantitative Performance Analysis of Mobile Agent Systems.. - Dikaiakos, Samaras (2000)   (1 citation)  Self-citation (Performance)   (Correct)

....database access, electronic auctions, etc. We call these adapted kernels, application frameworks. To experiment with application frameworks, we need to use realistic rather than simple workloads. Such workloads can be derived either from traces of real applications or from models of real workloads [23]. 2.5 A Hierarchical Performance Analysis Approach In view of the above remarks, we propose the analysis of MA performance at four layers of abstraction as follows: At a rst layer, exploring and characterizing performance traits of Basic Elements of MA platforms. At a second layer, ....

....the properties of Application Kernels, for typical applications and system con gurations. Application Kernels: instantiations of micro kernels for real applications. Here, we involve places with full application functionality and employ realistic workloads complying to the TPC W speci cation [23]. 3 Micro benchmarks and Experimentation We present in more details the suite of proposed micro benchmarks and a summary of experimental results derived by these benchmarks. Further information about micro kernels, application kernels and experimental results can be found in [21, 9] The basic ....

Transaction Processing Performance Council (TPC). TPC Benchmark W (Web Commerce) - Draft Specication, December 1999.


Variations in Grouping and Aggregation - Westmann, Moerkotte (1999)   (Correct)

No context found.

Transaction Processing Performance Council TPC. TPC benchmark D (decision support). Standard Speci cation 1.0, Transaction Processing Performance Council (TPC), May 1995. http://www.tpc.org/.


A Protocol for Improved User Perceived QoS in Web.. - Romano, Quaglia, Ciciani (2004)   (Correct)

No context found.

Transaction Processing Performance Council (TPC), "TPC Benchmark


Histogram-Based Approximation of Set-Valued Query Answers - Ioannidis, Poosala (1999)   (25 citations)  (Correct)

No context found.

Transaction processing performance council (TPC). TPC-D Benchmark Manual, 1996.


Evaluating Certification Protocols in the Partial Database State.. - Sousa (2003)   (Correct)

No context found.

Transaction Processing Performance Council (TPC). TPC benchmark C standard specification revision 5.0, 2001.


Least Expected Cost Query Optimization: What Can We Expect? - Francis Chu Joseph   (Correct)

No context found.

Transaction Processing Performance Council. TPC Benchmark^TM H (Decision Support) Standard Specification Revision 1.2.1. Transaction Processing Performance Council, 1999.

First 50 documents

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC