{"id":18572352,"url":"https://github.com/nick-lehmann/db-benchmark","last_synced_at":"2026-04-29T19:31:38.851Z","repository":{"id":36993381,"uuid":"486165113","full_name":"nick-lehmann/db-benchmark","owner":"nick-lehmann","description":"Benchmark of different storage layouts for DB systems","archived":false,"fork":false,"pushed_at":"2022-08-03T09:11:08.000Z","size":256,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-26T02:02:37.857Z","etag":null,"topics":["benchmark","cpp","db"],"latest_commit_sha":null,"homepage":"https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/34256879628?4","language":"C++","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/nick-lehmann.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}},"created_at":"2022-04-27T11:31:19.000Z","updated_at":"2022-05-11T12:48:37.000Z","dependencies_parsed_at":"2022-07-09T04:00:18.422Z","dependency_job_id":null,"html_url":"https://github.com/nick-lehmann/db-benchmark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nick-lehmann/db-benchmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-lehmann%2Fdb-benchmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-lehmann%2Fdb-benchmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-lehmann%2Fdb-benchmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-lehmann%2Fdb-benchmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nick-lehmann","download_url":"https://codeload.github.com/nick-lehmann/db-benchmark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nick-lehmann%2Fdb-benchmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32440852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["benchmark","cpp","db"],"created_at":"2024-11-06T23:05:59.086Z","updated_at":"2026-04-29T19:31:38.834Z","avatar_url":"https://github.com/nick-lehmann.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datenbanken Benchmark\n\n## Cmake \n\n### Build\n\nZum Initailisieren von CMake folgenden Befehl in diesem Ordner ausführen. An dieser stelle muss bereits angegeben werden, ob CMake im Release- (mit `-03`) oder Debug-Mode builden soll.\n```\ncmake -DCMAKE_BUILD_TYPE=Release .\n```\nUm im Debug-Mode zu compilieren muss `Release` im obenstehenden Befehl durch `Debug` ersetzt werden.\n\nBuilden aller Executables:\n```\ncmake --build .\n```\n\nBuilden einer Executable:\n```\ncmake --build . --taget \u003cexecutable-name\u003e\n```\n\nEs stehen folgende `executable-name`s zur Verfügung: \n    * row_store\n    * column_store\n    * pax_store\n    \n### Source-Files hinzufügen\n\nUm Source-Files für eine der drei Speicherlayouts hinzuzufügen muss in der CMakeLists.txt \nim Befehl zum Hinzufügen der Executable des Speicherlayouts der relative Pfade zu der Source-File hinzugefügt werden.\n\n```\nadd_executable(\u003cexecutable-name\u003e main.cpp \u003cfiles\u003e)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnick-lehmann%2Fdb-benchmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnick-lehmann%2Fdb-benchmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnick-lehmann%2Fdb-benchmark/lists"}