본문 바로가기

내가 당면한 문제와 해결방안

2019-03-04 스프링을 공부하다가 1

1 JPA ? https://jdm.kr/blog/121


2 ( 우리팀 한정이지만 ) 카우치베이스를 이용할수잇게해주는 리포지토리? 


3 카우치베이스? 캐시? https://www.couchbase.com/caching 


4 스프링 with 카우치베이스 ? https://blog.couchbase.com/couchbase-spring-cache/


5 멤캐시드? https://jdm.kr/blog/137 <- 이블로그 자주들어가게 되네


Memcached (Mem-Cache-D) is a general-purpose distributed memory caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source (such as a database or API) must be read.

Memcached is free and open-source software, subject to the terms of the Revised BSD license. Memcached runs on Unix-like (at least Linux and OS X) operating systems and on Microsoft Windows. There is a strict dependency on libevent.

Memcached's APIs provide a very large hash table distributed across multiple machines. When the table is full, subsequent inserts cause older data to be purged in least recently used (LRU) order. Applications using Memcached typically layer requests and additions into RAM before falling back on a slower backing store, such as a database.

The size of this hash table is often very large. It is limited by available memory across a large number of servers in a data centre. Where high volume, wide audience web publishing requires it, this may stretch to many GB. Memcached can be equally valuable for situations where either the number of requests for content is high, or the cost of generating a particular piece of content is high.

https://en.wikipedia.org/wiki/Memcached



요 단어들이 오늘의 새로운? 배움.

일단은 뭐를 궁금햇는지 대강 적어두기로..