본문 바로가기

찾아봐야하는것

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

반응형

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

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

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

 

[MariaDB] MariaDB Memroy

https://support.skdt.co.kr/ko/support/solutions/articles/42000064656--cloud-z-db-mariadb%EC%9D%98-%EB%A9%94%EB%AA%A8%EB%A6%AC-%EC%84%A4%EC%A0%95%EC%9D%84-%EC%96%B4%EB%96%BB%EA%B2%8C-%ED%95%B4%EC%95%BC-%ED%95%98%EB%82%98%EC%9A%94-

 

[Cloud Z DB] MariaDB의 메모리 설정을 어떻게 해야 하나요?

Mariadb의 메모리는 크게 두 가지로 분류가 됩니다. 1. Global 메모리 영역 : DB가 최초 기동되었을 때에는 메모리를 최소한만 사용하다가 설정된 값 까지 증가하며 증가한 이후에는 "메모리를 반환하

support.skdt.co.kr

 

대용량 index 생성

http://ceylone.egloos.com/655019

 

대용량 index 생성 for oracle9i

 

ceylone.egloos.com

http://www.kunwi.co.kr/gunwi/board.php?bo_table=language&wr_id=215&sst=wr_hit&sod=desc&sop=and&page=8 

 

인덱스 생성 빠르게 하는 방법 > 컴퓨터언어 | 제일컴퓨터학원

MySql 에서 bulk loading후 index를 생성하는데 시간이 오래 걸리는데 다음과 같이 하면 약 1/10도 안되는 시간에 index를 생성할 수 있다. **** mysql에서 다음 명령으로 테이블과 인덱스를 생성 CREATE TABLE ta

www.kunwi.co.kr

mysql split 구분자 분리

find_in_set (구분자 쉼표 인덱스 return)

https://mariadb.com/kb/en/find_in_set/

 

FIND_IN_SET

Returns the position of a string in a set of strings.

mariadb.com

https://stackoverflow.com/questions/17942508/sql-split-values-to-multiple-rows

 

SQL split values to multiple rows

I have table : id | name 1 | a,b,c 2 | b i want output like this : id | name 1 | a 1 | b 1 | c 2 | b

stackoverflow.com

http://sqlfiddle.com/#!2/d26100/2

 

SQL Fiddle | A tool for easy online testing and sharing of database problems and their solutions.

Query Panel Use this panel to try to solve the problem with other SQL statements (SELECTs, etc...). Results will be displayed below. Share your queries by copying and pasting the URL that is generated after each run.

sqlfiddle.com

https://stackoverflow.com/questions/19101550/mysql-join-two-tables-with-comma-separated-values#comment49256121_19101646

 

MySQL Join two tables with comma separated values

I have 2 tables as below Notes Table ╔══════════╦═════════════════╗ ║ nid ║ forDepts ║ ╠══════════╬═════════════════╣ ║ 1 ║ 1,

stackoverflow.com

관계형 db에서 계층적인 데이터 관리하기

https://tecoble.techcourse.co.kr/post/2021-09-03-hierarchy-data-with-rdb/

 

관계형 DB에서 계층적인 데이터 관리하기

1. 계층형 댓글 구현 image 우아한테크코스 레벨 3 팀 프로젝트에서 SNS 성격의 웹 어플리케이션을 개발하게 되었습니다. SNS 기능 요구사항 중 특정 댓글에 대한 대댓글 작성이라는 다소 까다로운

tecoble.techcourse.co.kr

https://ibocon.tistory.com/203?category=846768 

 

[Spring] RDB 에서 계층적인 데이터 구조 관리 전략 - Adjacency list

관계형 데이터베이스에서 계층적인 데이터 구조 관리 관계형 데이터베이스 (RDB) 는 계층적인 데이터 구조를 표현하기에 적합하지 않은 관계형 모델을 기초로 설계되어 있습니다. 반면에 관계형

ibocon.tistory.com

https://ibocon.tistory.com/204?category=846768 

 

[Spring] RDB 에서 계층적인 데이터 구조 관리 전략 - Closure table

관계형 데이터베이스에서 계층적인 데이터 구조 관리 관계형 데이터베이스 (RDB) 는 계층적인 데이터 구조를 표현하기에 적합하지 않은 관계형 모델을 기초로 설계되어 있습니다. 반면에 관계형

ibocon.tistory.com

https://ibocon.tistory.com/205?category=846768 

 

[Spring] RDB 에서 계층적인 데이터 구조 관리 전략 - Path enumeration

관계형 데이터베이스에서 계층적인 데이터 구조 관리 관계형 데이터베이스 (RDB) 는 계층적인 데이터 구조를 표현하기에 적합하지 않은 관계형 모델을 기초로 설계되어 있습니다. 반면에 관계형

ibocon.tistory.com

https://ibocon.tistory.com/206?category=846768 

 

[Spring] RDB 에서 계층적인 데이터 구조 관리 전략 - Nested set

관계형 데이터베이스에서 계층적인 데이터 구조 관리 관계형 데이터베이스 (RDB) 는 계층적인 데이터 구조를 표현하기에 적합하지 않은 관계형 모델을 기초로 설계되어 있습니다. 반면에 관계형

ibocon.tistory.com

기타

NGINX 매우 비효율적 인 대용량 mp4 파일 제공 on; #keepalive_timeout

https://qa.apthow.com/archives/2404

 

NGINX 매우 비효율적 인 대용량 mp4 파일 제공 on; #keepalive_timeout - How IT

현재 Centos 6.6 OS에서 nginx / 1.0.15를 실행하고 있습니다. 서버에는 다음과 같은 사양이 있습니다. Intel (R) Atom (TM) CPU C2750 @ 2.40GHz (8 코어) 32GB 램 5 개의 6000GB 7200RPM (Raid 10) 문제 서버의 연결은 1Gbit / s

qa.apthow.com

[번역] TypeScript의 유틸리티 타입은 어떻게 구현될까요?

https://medium.com/@yujso66/%EB%B2%88%EC%97%AD-typescript%EC%9D%98-%EC%9C%A0%ED%8B%B8%EB%A6%AC%ED%8B%B0-%ED%83%80%EC%9E%85%EC%9D%80-%EC%96%B4%EB%96%BB%EA%B2%8C-%EA%B5%AC%ED%98%84%EB%90%A0%EA%B9%8C%EC%9A%94-e80fbb33bf24

 

[번역] TypeScript의 유틸리티 타입은 어떻게 구현될까요?

원문: https://www.huy.rocks/everyday/03-30-2022-typescript-how-some-utility-types-are-implemented

medium.com

 

Nginx를 사용한 로드밸런싱 환경 구축

https://hudi.blog/load-balancing-with-nginx/

 

Nginx를 사용한 로드밸런싱 환경 구축

로드 밸런싱 (Load Balancing) 출처: https://www.wisdomgeek.com/development/software-architecture/load-balancing-and-its-different-types/ 수직 확장(Scale up) vs 수평 확장(Scale out) 포스트에서 이야기했듯 서비스 사용자가 늘어

hudi.blog

 

반응형