Gyuhang Shimplto001.hashnode.dev·Oct 22, 2024Data Engineer 가 알아야 할 SQL Part 1 (Korean)전제 ANSI SQL 을 어느정도 알고 있음. ANSI SQL 의 모든 Syntax 를 다루지는 않음. ANSI SQL 에서 사용하는 기본적인 Function 들에 대해서 지식을 가지고 있음. ANSI SQL SELECT 데이터를 조회할 때 가장 기본적인 구문입니다. -- Syntax SELECT column1, column2 FROM table_name; -- Example: 직원들의 이름과 나이를 추출합니다. SE...ANSI SQL
Gyuhang Shimplto001.hashnode.dev·Oct 10, 2024Trino (TSF) Installation and ConfigurationUnderstanding the Clear Reasons for Using Trino Since the installation and configuration methods of Trino vary depending on how you use it, it's essential to first clearly understand the reasons for using it. Determine if you need to fetch data from...ZGC
Gyuhang Shimplto001.hashnode.dev·Sep 27, 2024Trino (TSF) Installation and Configuration (Korean)Trino 사용 이유를 명확하게 파악하기 Trino 는 사용하는 방법에 따라서 설치, 구성 방법이 다르기 때문에 사용하는 이유를 명확하게 파악하는 것을 먼저 수행되어야 합니다. 다양한 Data Source (MySQL, PostgreSQL, HDFS, Amazon S3, Cassandra, Kafka 등)로부터 데이터를 가져와 하나의 Query 로 통합하여 분석할 필요가 있는 지 파악 Business Intelligence Platform...ZGC