laiy/Database_Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
NoBench, a micro-benchmark suite for JSON document stores.
Copyright 2013, Craig Chasseur
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
===== Generating Data =====
The python script nobench_gendata.py can be used to generate sample data for
NoBench. Running the script with "-h" produces a help message listing all of
the data-generation options. The script will also print out a list of words
appearing in approximately 0.1% of the generated objects for use with NoBench
query 8.
===== Queries =====
The query commands for the 12 NoBench queries are listed in the file QUERIES.
A more detailed description of each query is available at:
http://pages.cs.wisc.edu/~chasseur/pubs/argo-long.pdf