{"id":18104739,"url":"https://github.com/springmt/mysql-benchmark","last_synced_at":"2025-04-06T06:18:07.613Z","repository":{"id":66034626,"uuid":"192748177","full_name":"SpringMT/mysql-benchmark","owner":"SpringMT","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-20T01:18:06.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T11:51:23.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpringMT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-19T14:26:34.000Z","updated_at":"2024-06-19T12:32:22.848Z","dependencies_parsed_at":"2023-06-03T01:00:45.164Z","dependency_job_id":null,"html_url":"https://github.com/SpringMT/mysql-benchmark","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringMT%2Fmysql-benchmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringMT%2Fmysql-benchmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringMT%2Fmysql-benchmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringMT%2Fmysql-benchmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpringMT","download_url":"https://codeload.github.com/SpringMT/mysql-benchmark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441059,"owners_count":20939239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-31T22:15:43.293Z","updated_at":"2025-04-06T06:18:07.595Z","avatar_url":"https://github.com/SpringMT.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mysql-benchmark\n\n## sequence table schema\nDatabase : test_seq\n\n```\nCREATE DATABASE test_seq;\nuse test_seq;\nCREATE TABLE IF NOT EXISTS sequence (\n  id bigint(20) unsigned DEFAULT '0'\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_bin ROW_FORMAT=DYNAMIC;\nINSERT IGNORE INTO sequence VALUES (0);\n\nCREATE TABLE IF NOT EXISTS sequence_myiasm (\n  id bigint(20) unsigned DEFAULT '0'\n) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_bin ROW_FORMAT=DYNAMIC;\nINSERT IGNORE INTO sequence_myiasm VALUES (0);\n```\n\n### GRANT\n```\nGRANT ALL PRIVILEGES ON test_seq.* TO root@'127.0.0.1';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringmt%2Fmysql-benchmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringmt%2Fmysql-benchmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringmt%2Fmysql-benchmark/lists"}