분류 전체보기
-
Transactions - Isolation Levels컴퓨터/DB, SQL 2025. 6. 29. 16:48
https://www.edx.org/learn/sql/stanford-university-databases-advanced-topics-in-sql StanfordOnline: Databases: Advanced Topics in SQL | edXThis course is one of five self-paced courses on the topic of Databases, originating as one of Stanford's three inaugural massive open online courses released in the fall of 2011. The original "Databases" courses are now all available on edx.org. This courwww...
-
경기도민, 기후 행동 기회 소득앱 후기일상/그밖에 후기 2025. 6. 28. 16:27
경기도민 기후행동 기회소득이라는 프로그램이 있다는 것을 오늘에서야 알게 되었다.찾아보니 2024년부터 본격 시행했다고 한다.https://gnews.gg.go.kr/news/news_detail.do?number=202407111034011417C048&s_code=C109 [경기도민이라면 ‘기회’를 잡으세요!] ④ ‘경기도 기후행동 기회소득’ 앱으로 지구 살리고!gnews.gg.go.kr 탄소중립 실천 활동을 한 도민에게 실천 활동에 대한 사회적 가치를 평가하여 기회소득(리워드)을 지급하는 정책이다. 탄소중립(Carbon Neutrality)이란?인간의 활동으로 발생하는 이산화탄소 배출량과 흡수량을 같게 만들어 순배출을 '0'으로 만드는 것을 말한다.배출한 만큼 다시 흡수하거나 제거해서 실질적으로 배출..
-
재무제표 분석 사이트 만들기 (진행중)일상/끄적끄적 ✏️ 2025. 6. 28. 03:59
* 인프런에 있는 강의로 시작하고, 사경인 저 『재무제표 모르면 주식투자 절대로 하지마라』라는 책을 읽으며기능을 추가하고 있다. * 인프런 강의: 퇴근후딴짓, 바이브 코딩으로 만드는 재미있는 재무제표(커서 ai) * 개발하고 있는 사이트 링크https://vibe-fs-8pl6.vercel.app/ 카카오 재무제표 분석 페이지 링크: https://vibe-fs-8pl6.vercel.app/company/035720 아직 버그도 있고, 모바일에서는 좀 깨진다ㅠㅠ재무제표에 있는 숫자가 크고, pc 기준으로 개발하다보니 모바일에서 보기에는 가독성이 좋지 않다.모바일 친화적인 디자인이 아니어서 모바일에서는 보기가 힘든데어떻게해야할지 고민해봐야겠다. * 기술 스택 커서 aiNext.jsdb: vercel에 있는..
-
Introduction to Transactions (edX StanfordOnline databases: Advanced Topics in SQL)컴퓨터/DB, SQL 2025. 6. 22. 18:42
🔹 1. 트랜잭션이 중요한 이유 (두 가지 동기)동시성 문제 (Concurrency)여러 클라이언트가 동시에 데이터베이스에 접근하면 충돌/불일치 가능예: 같은 데이터를 동시에 수정하면 일부 변경 사항이 덮어씌워질 수 있음시스템 장애 복구 (System Failures)예: 작업 도중 시스템 다운 → 데이터 중복/누락 등 불일치 발생 * different levels where inconsistency can occur (1) signle attributemultiple client가 같은 어트리뷰트에 대해 작업하면 문제가 생길 수 있다.데이터를 읽고(get), 수정하고(modify), 다시 저장하는(put) 과정을 서로 엇갈리게(interleave) 수행할 수 있다면,3가지 final value가 가능..
-
indexes (edX stanfordOnline databases: Adbanced Topics in SQL)컴퓨터/DB, SQL 2025. 6. 22. 16:59
* indexes = indices * Users don't access indexes; they're used underneath by the query execution engine.indexes might allow the query execution engine to speed up processingT.A에 인덱스가 있으면 T.A에 'cow'값이 있는 튜플을 알려달라고 할 때,전체 테이블을 스캐닝하지 않고 3과 7 튜플을 반환한다. 두 개 칼럼에 대해서 인덱스를 지정할 수도 있다.condition에 자주 사용되는 어트리뷰트에 대해 인덱스를 설계하는 것이 중요하다 인덱스의 자료 구조(1) 균형 트리구현 형태: B tree, B+tree attribute = valueattribute value_1..
-
Data Modification Statements (edX StandfordOnline: Databases: relational databases and sql)컴퓨터/DB, SQL 2025. 6. 15. 15:59
출처https://www.edx.org/learn/relational-databases/stanford-university-databases-relational-databases-and-sql StanfordOnline: Databases: Relational Databases and SQL | edXThis course is one of five self-paced courses on the topic of Databases, originating as one of Stanford's three inaugural massive open online courses released in the fall of 2011. The original "Databases" courses are now all avai..
-
Null values (edX StanfordOnline Databases: Relational Databases and SQL)컴퓨터/DB, SQL 2025. 6. 15. 15:38
출처https://www.edx.org/learn/relational-databases/stanford-university-databases-relational-databases-and-sql StanfordOnline: Databases: Relational Databases and SQL | edXThis course is one of five self-paced courses on the topic of Databases, originating as one of Stanford's three inaugural massive open online courses released in the fall of 2011. The original "Databases" courses are now all avai..