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

Add page cache for column page in BetaRowset #1607

Merged
merged 2 commits into from
Aug 12, 2019
Merged

Conversation

imay
Copy link
Contributor

@imay imay commented Aug 8, 2019

@kangkaisen
Copy link
Contributor

+1. LGTM.

be/src/olap/page_cache.h Outdated Show resolved Hide resolved
<< config::storage_page_cache_limit
<< ", memory=" << MemInfo::physical_mem();
}
StoragePageCache::create_global_cache(storage_cache_limit);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that OK to set cache size larger than physical memory size?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be OK or may be not. Now we LOG WARNING here, we should review all cache/buffer memory in our system.

Co-Authored-By: Mingyu Chen <morningman@163.com>
@imay imay closed this Aug 9, 2019
@imay imay reopened this Aug 9, 2019
@imay imay merged commit 2bd01b2 into apache:master Aug 12, 2019
@imay imay deleted the add-page-cache branch August 12, 2019 02:51
luwei16 pushed a commit to luwei16/incubator-doris that referenced this pull request Apr 7, 2023
…failed (apache#1607)

* [fix](selectdb-cloud) Fix key column with inverted index match query failed

* [chore](regression case) add regression case
SWJTU-ZhangLei pushed a commit to SWJTU-ZhangLei/incubator-doris that referenced this pull request Jul 25, 2023
…failed (apache#1607)

* [fix](selectdb-cloud) Fix key column with inverted index match query failed

* [chore](regression case) add regression case
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

Successfully merging this pull request may close these issues.

3 participants