Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overflow Eviction_by setting in snappy data #1026

Open
pancjgithub opened this issue May 4, 2018 · 0 comments
Open

Overflow Eviction_by setting in snappy data #1026

pancjgithub opened this issue May 4, 2018 · 0 comments

Comments

@pancjgithub
Copy link

I create a table with EVICTION_BY 'LRUMEMSIZE 2'(please see below sample),it means only 2M data keep in momeroy?
How this parameter works?
If more than 2M data in table,it will overflow to harddisk?(i check the Memory Size of this table in dashboard,it shows more than 2M) .Thanks

Table script:
CREATE
TABLE
app.COL_TABLE_TP10(
PRSN_EVNT_ID BIGINT NOT NULL,
VER BIGINT NOT NULL,
CLIENT_ID BIGINT NOT NULL,
SRC_TYP_ID BIGINT NOT NULL
)
USING COLUMN OPTIONS(
PARTITION_BY 'PRSN_EVNT_ID,CLIENT_ID',
BUCKETS '1',
EVICTION_BY 'LRUMEMSIZE 2',
OVERFLOW 'true'
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant