Post

2024-08-19-TIL

2024-08-19-TIL

Today I Learned

이력 유형

  • https://blog.naver.com/db_guide/150122285707
  • https://rrhh234cm.tistory.com/32

점 이력, 선분 이력

  • https://blog.naver.com/l1523/221795451017

점 조건, 선분 조건

  • 점 조건 : IN, = 연산자를 이용한 조건을 의미하며 해당 연산자는하나의 점만을 의미하게 된다.
  • 선분 조건 : LIKE, BETWEEN, <, > 등과 같이 점 조건을 제외한연산자를 사용한 조건을 의미한다. 선분 조건은 하나의 점만을 의미하는 것이 아니면 해당 조건을 만족하는 모든 실수를 의미하게 된다.

  • http://www.gurubee.net/lecture/2228
  • https://dev-kwon.tistory.com/22
  • https://dev-splin.github.io/cs(computer%20science)/database/Database-Index/
  • https://tangoblog.tistory.com/7
  • https://hochoon-dev.tistory.com/entry/RDBMS-%EC%9D%B8%EB%8D%B1%EC%8A%A4-%EC%83%9D%EC%84%B1%EC%A0%84%EB%9E%B5
  • https://durai.tistory.com/m/entry/%ED%8A%9C%EB%8B%9D-%EC%A0%95%EB%A6%AC
  • https://likenow.tistory.com/31

Compound Index in MongoDB

  • https://www.mongodb.com/ko-kr/docs/manual/core/indexes/index-types/index-compound/
  • https://www.mongodb.com/ko-kr/docs/v5.0/core/index-compound/
  • https://blog.ull.im/engineering/2019/04/05/mongodb-indexing-strategy.html
  • https://dexie.org/docs/Compound-Index

Query By Example

  • https://en.wikipedia.org/wiki/Query_by_Example
  • https://docs.spring.io/spring-data/jpa/reference/repositories/query-by-example.html
This post is licensed under CC BY 4.0 by the author.