snaag / snaag.github.io

https://snaag.github.io/
1 stars 0 forks source link

Trino #3

Open snaag opened 1 month ago

snaag commented 1 month ago

Reference

snaag commented 1 month ago

Trino 에 대해서

Trino 란?

Trino 의 서버 유형

클러스터

컴퓨터 클러스터는 여러 대의 컴퓨터들이 연결되어 하나의 시스템처럼 동작하는 컴퓨터들의 집합을 말함

cluster

이것도 cluster...

코디네이터

Installation ?

  • installation 은 설치 외에도 어떤 것들을 보관히기 위한 시설, 처리하기 위한 기계 장치 등을 말함
  • trino 는 데이터 분석을 위한 장치이며, 데이터를 보관하기 위한 시설임
  • 이 관점에서 본다면 installation 은 시설 또는 장치 가 적절한 번역이지 않을까 싶음

워커

커넥터 (SPI)

커넥터 : 서로 다른 것들이 이어지도록 하는 연결장치

카탈로그

카탈로그 : (상품, 자료의) 목록, 요람, 안내서

Trino 가 아닌 것

Do not mistake the fact that Trino understands SQL with it providing the features of a standard database.

Trino 가 SQL 을 이해하고 표준 데이터베이스의 기능을 제공한다는 사실을 착각하지 마십시오.

Trino is not a general-purpose relational database.

Trino 는 범용 관계형 데이터베이스가 아닙니다.

It is not a replacement for databases like MySQL, PostgreSQL or Oracle.

MySQL, PostgreSQL 또는 Oracle 과 같은 데이터베이스를 대체하지 않습니다.

https://trino.io/docs/current/overview/use-cases.html

Trino 의 설계 목적

Data warehousing? (a.k.a DW)

Trino? PrestoDB?