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

[CBRD-23810] Improvement of DML and transaction processing for result-cache #2525

Merged
merged 3 commits into from
Dec 9, 2020
Merged

[CBRD-23810] Improvement of DML and transaction processing for result-cache #2525

merged 3 commits into from
Dec 9, 2020

Conversation

beyondykk9
Copy link
Contributor

http://jira.cubrid.org/browse/CBRD-23810
also related to http://jira.cubrid.org/browse/CBRD-23602

Improvement of DML and transaction processing for result-cache

The update query affects the result-cache by cache invalidation for related tables.
We should minimize the affect for performance and the transaction processing should be also dealt in detail.

  • The invalidation for DML does not need to start for 0 cache entry.
  • The invalidation for DML does not need to start for no-cache mode.
  • query caches "IN Transaction" must not refer.

src/query/query_manager.c Outdated Show resolved Hide resolved
@beyondykk9 beyondykk9 merged commit 77a2fd2 into CUBRID:develop Dec 9, 2020
@beyondykk9 beyondykk9 deleted the CBRD-23810 branch December 9, 2020 06:36
hgryoo pushed a commit to hgryoo/cubrid that referenced this pull request Dec 17, 2020
…-cache (CUBRID#2525)

* [CBRD-23810] Improvement of DML and transaction processing for result-cache

* typo

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

Successfully merging this pull request may close these issues.

3 participants