issues
search
naver
/
arcus-java-client
ARCUS Java client
Apache License 2.0
50
stars
47
forks
source link
CLEANUP: use bkey instead of subkey when it only related to btree
#772
Closed
oliviarla
closed
4 months ago
oliviarla
commented
4 months ago
๐ Related Issue
https://github.com/naver/arcus-java-client/issues/521
โจ๏ธ What I did
btree์์๋ง ์ฌ์ฉ๋๋ ๋ฉ์๋/ํ๋์ ๊ฒฝ์ฐ subkey๋ผ๋ ์ฉ์ด ๋์ bkey๋ผ๋ ์ฉ์ด๋ฅผ ์ฌ์ฉํ๋๋ก ํฉ๋๋ค.
btree์ธ์ list, set, map์์ ํจ๊ป ์ฌ์ฉ๋๋ ๋ฉ์๋/ํ๋์ ๊ฒฝ์ฐ ๋ณ๊ฒฝํ์ง ์์์ต๋๋ค.
BinaryOperationFactory์์ ์ฌ์ฉ๋์ง ์๋ collectionInsert ๋ฉ์๋๋ฅผ ์ ๊ฑฐํ์ต๋๋ค.
CollectionGet ์ถ์ ํด๋์ค์ ๊ฒฝ์ฐ subkey ํ๋๊ฐ ์กด์ฌํ๊ณ , ์ด๋ฅผ ListGet, MapGet, BTreeGet, BTreeFindPositionWithGet ๋ฑ ์์ํด๋์ค์์ ์ฌ์ฉํฉ๋๋ค. ์ฌ๊ธฐ์ BTreeGet, BTreeFindPositionWithGet ๋ด๋ถ์ ์ผ๋ก bkey๋ผ๋ ์ฉ์ด๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. ์ด๋ฌํ ๊ตฌ์กฐ๋ ์ด์๋ฅผ ์์ฑํด ๋ค๋ฅธ PR๋ก ๊ฐ์ ํ๋๋ก ํ๊ฒ ์ต๋๋ค.
oliviarla
commented
4 months ago
@jhpark816 ์์ ํ์ต๋๋ค.
oliviarla
commented
4 months ago
@jhpark816 ๋ฐ์ํ์ต๋๋ค.
๐ Related Issue
โจ๏ธ What I did