https://github.com/davidjeddy/full-up-the-db
Performance test of PHP + MariaDB + container services.
https://github.com/davidjeddy/full-up-the-db
Last synced: 10 months ago
JSON representation
Performance test of PHP + MariaDB + container services.
- Host: GitHub
- URL: https://github.com/davidjeddy/full-up-the-db
- Owner: davidjeddy
- Created: 2017-08-04T16:05:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T03:22:29.000Z (over 8 years ago)
- Last Synced: 2025-01-16T11:33:13.466Z (12 months ago)
- Language: PHP
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fill-up the DB
Challenge: insert rows into a DB using PHP/PDO that would cause a signed int(11) overflow error in under 5 minutes of execution.
Doing so with the minimal amount of tuning and changing from default install values of PHP and the DB.
As stock as possible also.
Signed int(11) = 2147483648
As a bonus, do the same thing to a unsigned int(11);
Unsigned int(11) = 4294967295