2022-08-06-TIL
2022-08-06-TIL
Today I Learned
MySQL 전문검색
- https://gngsn.tistory.com/162
- https://gywn.net/2017/04/mysql_57-ngram-ft-se/
- https://dev.mysql.com/doc/refman/8.0/en/fulltext-search.html#:~:text=MATCH()%20takes%20a%20comma,is%20constant%20during%20query%20evaluation.
- https://stackoverflow.com/questions/13893737/what-does-select-match-mean
@Transactional
- https://www.marcobehler.com/guides/spring-transaction-management-transactional-in-depth
- https://nesoy.github.io/articles/2019-05/Database-Transaction-isolation
- https://www.cockroachlabs.com/blog/acid-rain/
MySQL 데이터를 Elasticsearch 검색
- https://velog.io/@broccoliindb/mysql-%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%A5%BC-elasticsearch%EB%A1%9C-%EA%B2%80%EC%83%89%ED%95%98%EA%B8%B0
- https://cyworld.tistory.com/815
톰캣 커넥션 풀
- https://earth-95.tistory.com/137
Kafka exactrly-once
- https://www.joinc.co.kr/w/man/12/Kafka/exactlyonce
Kafka Outbox Pattern
- https://medium.com/contino-engineering/publishing-events-to-kafka-using-a-outbox-pattern-867a48e29d35
- https://dzone.com/articles/implementing-the-outbox-pattern
This post is licensed under CC BY 4.0 by the author.