-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Conversation
+1. LGTM. |
<< config::storage_page_cache_limit | ||
<< ", memory=" << MemInfo::physical_mem(); | ||
} | ||
StoragePageCache::create_global_cache(storage_cache_limit); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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>
…failed (apache#1607) * [fix](selectdb-cloud) Fix key column with inverted index match query failed * [chore](regression case) add regression case
…failed (apache#1607) * [fix](selectdb-cloud) Fix key column with inverted index match query failed * [chore](regression case) add regression case
#1391