Storing data in memory

前端 未结 3 822
Happy的楠姐
Happy的楠姐 2021-02-10 04:37

I have \"TABLE A\" in database which contains 3 columns \"COL 1\" , \"COL 2\" and \"COL 3\" with around 1000000 (1 Million) records.

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-10 05:08

    It looks like you need caching, if I get you right. I would recommend to take a look on EHcache or Infinispan here.

    Hope this helps

提交回复
热议问题