R7507/srcasync
R7507/src
async
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
2dc263e2b81c | Hariprasad Kuppuswamy | Deleting the old project structure. | Feb 16 2012 | |||
29ddcf4b75cd | Russell Sears | Remove synchronization points from random number generation. This mostly… | Nov 20 2011 | |||
af9570f7cbf5 | Russell Sears | Merge branch 'master' of github.com:sears/YCSB into ImprovedRNG | Nov 19 2011 | |||
a836c80432d7 | Russell Sears | Merge branch 'fnv64' of github.com:sears/YCSB | Nov 19 2011 | |||
1ec9fb357931 | Russell Sears | add new Expoenential key distribution | Nov 19 2011 | |||
72832a88ffcd | Russell Sears | We use FNV hash functions to generate a large indexable sequence of non… | Nov 19 2011 | |||
a1d5f7077b0a | Russell Sears | refactor core workload to reduce redundant key and field generation code | Nov 19 2011 | |||
e92b9d9cf25d | Russell Sears | fix build errors | Nov 19 2011 | |||
2b3804947696 | Russell Sears | change DB API to use ByteIterator for fields instead of String. This fixes a… | Nov 13 2011 | |||
be2a2fc62b6c | Russell Sears | add mean() method to HotspotIntegerGenerator; fixes build problem | Nov 13 2011 | |||
9958eab0da4f | Russell Sears | improved error handling / less verbosity for constant occupancy workload | Nov 13 2011 | |||
ea520ef653f6 | Russell Sears | coreworkload was incorrectly overriding the fieldcount member variable | Nov 13 2011 | |||
5655c24c1741 | Russell Sears | Add new ConstantOccupancyWorkload to induce fragmentation in large object… | Nov 13 2011 | |||
2c5daad0f15e | Russell Sears | add ability to specify field length distributions | Nov 13 2011 | |||
8e16136ef3ef | Mike Wiederhold | Response latencies are measured in microseconds | Oct 17 2011 | |||
e3ac86248367 | Michi Mutsuzaki | Merge branch 'master' of git://github.com/sudiptodas/YCSB into sudiptodas-master | Aug 30 2011 | |||
0580776b64f6 | Sudipto Das | Modified the code to now stop the workload which is then used by the terminator… | Aug 26 2011 | |||
23eee391011f | Sudipto Das | Adding support to stop the benchmark after a user specified maximum time (in… | May 31 2011 | |||
dec3c56763ae | Brian Cooper | Fixed zeta constant for ScrambledZipfianGenerator (thanks evanj!) | May 26 2011 | |||
8f70da123c3e | Brian Cooper | Merge remote branch 'sudiptodas/master' | Mar 27 2011 | |||
3525fb44c956 | Sudipto Das | Adding the hot spot distribution to the core workload generator. | Dec 10 2010 | |||
664f3d15cb41 | Sudipto Das | Adding a generator for Hotspot distributions. | Dec 10 2010 | |||
b9a43492c094 | Bruno Michel | New generator: FileGenerator | Nov 4 2010 | |||
3317313de71d | Nick Bailey | Configuration improvements. | Oct 6 2010 | |||
1acf1d044417 | Roshan Sumbaly | Fixed annoying stack trace dump if property 'exported' not found | Sep 26 2010 | |||
a87ab2518edf | Brian Frank Cooper | Add writeallfields property to cause writes to modify all fields on update or… | Jun 2 2010 | |||
5050f2b452b3 | Brian Frank Cooper | Removed overrides since java 1.5 demands they override a superclass method | May 26 2010 | |||
eaa3ad7585b8 | Johan Oskarsson | Reformatted with spaces instead of tabs | May 22 2010 | |||
ee88bbf7e80d | Johan Oskarsson | Merge branch 'master' of http://github.com/brianfrankcooper/YCSB | May 22 2010 | |||
f56ec1a8558d | Johan Oskarsson | Added an interface for exporting the measurements and a JSON implementation. It… | May 22 2010 | |||
02066600bbb6 | Brian Frank Cooper | Updated documentation for MongoDB binding and others. closes #8 | May 12 2010 | |||
405987f5e72e | Brian Frank Cooper | MongoDB client submitted by Yen Pai | May 12 2010 | |||
a0cb6822a696 | Brian Frank Cooper | Better help text for command line client | May 12 2010 | |||
b71723cf22e1 | Brian Frank Cooper | Simple command line client to read/write from a database using a DB… | May 12 2010 | |||
4881171a6bb6 | Brian Frank Cooper | Added better documentation for DB return codes. | May 6 2010 | |||
f588645b7b75 | Johan Oskarsson | Created generator and measurements packages | May 3 2010 | |||
2fd7a0560556 | Johan Oskarsson | Moved db specific code and configs into new IDE friendly directory structure | May 3 2010 | |||
e62af2cff45e | Todd Lipcon/Brian Cooper | Avoid needless conversion to/from Bytes in HBase benchmark | Apr 26 2010 | |||
ed39c1107e62 | Todd Lipcon/Brian Cooper | Improve CPU usage of random string generation | Apr 25 2010 | |||
fa173a26f47b | Brian Frank Cooper | Merge branch 'master' of github.com:brianfrankcooper/YCSB | Apr 25 2010 | |||
8a3ac3debd96 | Brian Frank Cooper | Remove call to stringPropertyNames() to make compilable under Java 1.5. closes… | Apr 25 2010 | |||
ab55f7aa494a | aesilberstein | Added HBase cleanup code fix. closes #3 | Apr 25 2010 | |||
537c0226c957 | Brian Frank Cooper | Fix initial sleep for client thread. closes #4 | Apr 25 2010 | |||
4d4a991881ed | Brian Frank Cooper | Added reference to Gray paper. | Apr 23 2010 | |||
70c480ec4b53 | Brian Frank Cooper | Adding documentation. | Apr 23 2010 | |||
6e426ca718dc | Brian Frank Cooper | Fixing documentation and javadoc. | Apr 23 2010 | |||
53a475568531 | Brian Frank Cooper | Reran javadoc and fixed some doc bugs | Apr 21 2010 | |||
06e4fedece3a | Brian Frank Cooper | Fixing SlicePredicate, ColumnPath and ColumnParent constructors for 0.6… | Apr 20 2010 | |||
c98594d3760c | Brian Frank Cooper | Import org.apache.cassandra.thrift.*; (packaged changed in cas 0.6) | Apr 20 2010 | |||
8659cc2fb111 | Brian Frank Cooper | SliceRange changed in 0.6 - fixed CassandraClient.java | Apr 20 2010 | |||
3355a6f84543 | Brian Frank Cooper | Separated Cassandra and HBase lib dirs into their own directory | Apr 20 2010 | |||
8b7ce0117576 | Brian Frank Cooper | Added lib directory for database jars | Apr 20 2010 | |||
24efaff35cb2 | Brian Frank Cooper | Initial commit of YCSB. | Apr 19 2010 |
c4science · Help