본문 바로가기

찾아봐야하는것

[찾아봐야하는것] - 2023.04 찾아봐야 하는 키워드 & 읽어봐야하는 포스팅

반응형

DB

federated storage engine, connect engine 차이

chat gpt 답변

먼저, Federated Storage Engine과 Connect Engine은 둘 다 MariaDB에서 외부 데이터 소스에 연결할 수 있도록 해주는 엔진이라는 공통점이 있습니다. 하지만 이 두 엔진에는 몇 가지 차이점이 있습니다.

Federated Storage Engine

MariaDB에서 기본적으로 제공하는 스토리지 엔진 중 하나입니다.

로컬 서버에 있는 테이블처럼 사용할 수 있는 외부 데이터 소스에 대한 연결을 지원합니다.

이 엔진을 사용하면 로컬 서버와 외부 데이터 소스 간에 데이터를 전송하는 네트워크 비용이 발생합니다.

Connect Engine

외부 데이터 소스에 연결하기 위한 유연한 방법을 제공하는 엔진입니다.

Federated Storage Engine과 달리 외부 데이터 소스의 종류에 제한이 없습니다.

다양한 데이터 소스를 지원하는 외부 라이브러리와 연동할 수 있도록 확장성을 제공합니다.

Connect Engine은 외부 데이터 소스와의 연결을 설정하는 방법을 구성 파일로 지정할 수 있습니다.

차이점

즉, Federated Storage Engine은 로컬 서버와 외부 데이터 소스 간에 데이터를 전송하는 데에 초점을 맞춘 반면, Connect Engine은 다양한 종류의 외부 데이터 소스와 연결하고 데이터를 가져오기 위한 유연한 방법을 제공한다는 것이 큰 차이입니다.

 

sql:2023 ansi

http://peter.eisentraut.org/blog/2023/04/04/sql-2023-is-finished-here-is-whats-new

 

SQL:2023 is finished: Here is what’s new

SQL:2023 has been wrapped. The final text has been submitted by the working group to ISO Central Secretariat, and it’s now up to the ISO gods when it will be published. Based on past experience, it could be between a few weeks and a few months.

peter.eisentraut.org

https://news.hada.io/topic?id=8973 

 

DB migration 방법론

https://gsretail.tistory.com/29

 

DB migration 방법론

안녕하세요 클라우드팀 백승엽 매니저입니다. 아시는 분들은 아시겠지만, 홈쇼핑에서 사용하고 있던 IDC의 사용 주기가 만기됨에 따라 해당 IDC의 시스템 이전 방안에 대해 다각도로 검토하였고

gsretail.tistory.com

 

oracle recyclebin (휴지통)

오라클 10g 이상

https://www.dba-oracle.com/t_oracle_recycle_bin.htm

 

Oracle Recycle Bin Tips

    Oracle Recycle Bin Tips Oracle Database Tips by Donald Burleson Oracle Recycle Bin Oracle 10g introduced the recycle bin. You can recover a table that you have dropped from the Oracle recycle bin by using the flashback table command as seen here: SQL

www.dba-oracle.com

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=idtong&logNo=130039065370 

 

오라클 10g 휴지통(recyclebin) - 조회 및 복구

참조: http://www.orafaq.com/articles/archives/000038.htm오라클 10g부터 '휴지통(recyclebin)'이라는 것...

blog.naver.com

 

percona server

https://blog.embian.com/3

 

MySQL 클론의 역습 - 2 (Percona Server편)

오늘은 "MySQL 클론의 역습" 두번째 글로 또다른 fork DBMS인 Percona Server에 대해서 적어볼까 한다. 2. Percona Server Percona라는 회사는 MySQL에서 근무하던 엔지니어들을 주축으로 2006년도에 설립된 MySQL관

blog.embian.com

Python & DB

sqlalchemy 로딩 방식

joinedload() selectinload() 옵션

 

python 

컴프리헨션

컴프리헨션은 패턴이 있는 list, dictionary, set을 보다 간단하게 작성할 수 있도록 지원합니다.

 

https://wikidocs.net/22805

 

1) 리스트 컴프리헨션

## 리스트 생성하기 기존에 배운 문법으로 1부터 10까지 정수를 순서대로 가지고 있는 리스트를 생성하는코드는 다음과 같습니다. ``` numbers = [] for n i…

wikidocs.net

 

Namedtuple

https://zzsza.github.io/development/2020/07/05/python-namedtuple/

 

Python Namedtuple Example 및 사용법

Python Namedtuple Example 및 사용법에 대해 작성한 글입니다 키워드 : Python Named Tuple Example, Python Named tuple example, Python namedtuple to dict, Python namedtuple default value, Python Namedtuple Change Value, Python namedtuple to js

zzsza.github.io

 

기타

WebRTC

https://saramin.github.io/2023-04-17-janus-webrtc/

 

Janus 를 활용한 WebRTC 기반의 음성대화 서비스 개발

안녕하세요. 사람인 서비스인프라개발팀 정다운 입니다. 앞서 3/28일, 사람인 멘토링 매치 서비스가 런칭하였습니다. 🎊🥳 멘토링 매치 서비스는 회사, 직무 등 커리어 관련해서 궁금한 점이 있

saramin.github.io

 

반응형