{"id":23130911,"url":"https://github.com/jinjoo-lab/rdb","last_synced_at":"2026-04-24T20:35:56.438Z","repository":{"id":176556425,"uuid":"658882147","full_name":"jinjoo-lab/RDB","owner":"jinjoo-lab","description":"Real MySQL 8.0 + 데이터베이스 스터디를 기반으로 하는 복습 레포지토리","archived":false,"fork":false,"pushed_at":"2023-11-22T12:44:24.000Z","size":94,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T01:41:38.792Z","etag":null,"topics":["database","mysql"],"latest_commit_sha":null,"homepage":"https://junu-park.notion.site/ecbe3a4dd30d4eeba5a789c9332477d2?v=df09b88b6d6249eb85ec33d5ee9fe5f0\u0026pvs=4","language":null,"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/jinjoo-lab.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":"2023-06-26T17:24:31.000Z","updated_at":"2023-10-08T14:00:13.000Z","dependencies_parsed_at":"2023-10-05T12:06:39.950Z","dependency_job_id":"d46550da-fbfe-43ef-b769-d728c052276c","html_url":"https://github.com/jinjoo-lab/RDB","commit_stats":null,"previous_names":["jinjoo-lab/rdb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jinjoo-lab/RDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FRDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FRDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FRDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FRDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinjoo-lab","download_url":"https://codeload.github.com/jinjoo-lab/RDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinjoo-lab%2FRDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32240121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["database","mysql"],"created_at":"2024-12-17T11:11:01.738Z","updated_at":"2026-04-24T20:35:56.422Z","avatar_url":"https://github.com/jinjoo-lab.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Real MySQL 8.0 과 기술 블로그를 바탕으로 하는 데이터 베이스 스터디 복습 레포지토리\n![LOGO](https://user-images.githubusercontent.com/84346055/283545309-cd436dcf-11a3-4f30-8996-913a8d706dcd.jpeg)\n### 📌 스터디 진행 방식\n\n시간: 매주 일요일 오전 11시 (경우에 따라 변동 가능)\n\n장소: 구글 밋\n\n시간: 1시간 ~ 1시간 30분\n\n주제: Spring, **CS 지식(데이터베이스)**\n\n스터디 노션 : [Sunday-Study](https://junu-park.notion.site/16c177d528fd4ef8b6bb8a3823b8db28?pvs=4)\n\n### 📌 Database 스터디 내용\n\n- Index (준우) \n- Transaction (주원)\n- RDB의 근본적인 구조 (MySQL) (승진)\n- Lock (승진)\n- DeadLock (준우)\n- 정규화(Normalization) (주원)  \n- SQL(JOIN) + Optimizer (승진)\n- NoSQL vs SQL (준우)\n- Sharding, Partitioning (준우)\n- Clustering, Master-Slave, Replica(주원)\n\n### 📌 복습 정리 파일\n| 이론 | 첨부(md 파일) |\n| --- | --- |\n| DML |[SQL_DML](https://github.com/jinjoo-lab/RDB/blob/main/DML.md)|\n| INDEX - 1 |[인덱스이론](https://github.com/jinjoo-lab/RDB/blob/main/INDEX_1.md)|\n| INDEX - 2 |[클러스터링인덱스](https://github.com/jinjoo-lab/RDB/blob/main/INDEX_2.md)|\n| INDEX - 3 |[커버링인덱스](https://github.com/jinjoo-lab/RDB/blob/main/INDEX_3.md)|\n| MySQL_Engine |[MySQLENGINE](https://github.com/jinjoo-lab/RDB/blob/main/MySQL_Engine.md)|\n| RDB |[RDB](https://github.com/jinjoo-lab/RDB/blob/main/RDB.md)|\n| SELECT |[SQL_SELECT](https://github.com/jinjoo-lab/RDB/blob/main/SELECT.md)|\n| Transaction |[Transaction](https://github.com/jinjoo-lab/RDB/blob/main/Transaction.md)|\n| InnoDB | [InnoDB Architecture,Buffer Pool](https://github.com/jinjoo-lab/RDB/blob/main/InnoDB.md)|\n| InnoDB2 | [Undo Log,Redo Log,Change Buffer,Adaptive Hash Index](https://github.com/jinjoo-lab/RDB/blob/main/InnoDB2.md)|\n| Normalization | [정규화](https://github.com/jinjoo-lab/RDB/blob/main/Normalization.md)|\n| Lock | [Lock](https://github.com/jinjoo-lab/RDB/blob/main/Lock.md)|\n| DeadLock | [DeadLock](https://github.com/jinjoo-lab/RDB/blob/main/DeadLock.md)|\n| JOIN | [JOIN](https://github.com/jinjoo-lab/RDB/blob/main/JOIN.md)|\n| JOIN 수행 원리 | [JOIN_2](https://github.com/jinjoo-lab/RDB/blob/main/JOIN_2.md)|\n| Partitioning | [Partitioning](https://github.com/jinjoo-lab/RDB/blob/main/Partitioning.md)|\n| Sharding | [Sharding](https://github.com/jinjoo-lab/RDB/blob/main/Sharding.md)|\n| RDB VS NoSQL |[RDB VS NoSQL](https://github.com/jinjoo-lab/RDB/blob/main/NoSQL.md)|\n| Replication | [Replication](https://github.com/jinjoo-lab/RDB/blob/main/Replication.md)|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjoo-lab%2Frdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinjoo-lab%2Frdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinjoo-lab%2Frdb/lists"}