https://github.com/mariadb/randgen
Random Query Generator (with MariaDB patches)
https://github.com/mariadb/randgen
Last synced: 12 months ago
JSON representation
Random Query Generator (with MariaDB patches)
- Host: GitHub
- URL: https://github.com/mariadb/randgen
- Owner: MariaDB
- License: gpl-2.0
- Created: 2018-08-16T22:00:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T16:20:38.000Z (12 months ago)
- Last Synced: 2025-04-07T15:11:15.895Z (12 months ago)
- Language: Yacc
- Size: 25.9 MB
- Stars: 43
- Watchers: 46
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
INTRODUCTION
---------------------------------------------------------------
This is the source or binary distribution of The Random Query
Generator with MariaDB patches, a tool for generating complete databases
and executing queries against them for the purpose of testing.
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights
reserved. Use is subject to license terms.
Copyright (c) 2010, 2019, MariaDB
Upstream Wiki:
* https://github.com/RQG/RQG-Documentation/wiki
MariaDB Knowledge Base:
* https://mariadb.com/kb/en/library/rqg-extensions-for-mariadb-features
Github:
* https://github.com/MariaDB/randgen
QUICK START
---------------------------------------------------------------
Example (replace with the location of your MariaDB build):
perl runall-new.pl --basedir= \
--grammar=conf/mariadb/oltp.yy \
--gendata=conf/mariadb/oltp.zz --threads=4 \
--duration=60 \
--engine=InnoDB \
--vardir=/dev/shm/vardir
LICENSE
---------------------------------------------------------------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License. Please see the
LICENSE file for information about licensing and use restrictions of
this software.