-
Notifications
You must be signed in to change notification settings - Fork 207
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
fix: add page index for metadata #1000
fix: add page index for metadata #1000
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fefe89b - Browse repository at this point
Copy the full SHA fefe89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 924791c - Browse repository at this point
Copy the full SHA 924791cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 464dccd - Browse repository at this point
Copy the full SHA 464dccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ba65b - Browse repository at this point
Copy the full SHA b4ba65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9491d - Browse repository at this point
Copy the full SHA 0a9491dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7947a1 - Browse repository at this point
Copy the full SHA a7947a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdcfd0 - Browse repository at this point
Copy the full SHA ecdcfd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4044560 - Browse repository at this point
Copy the full SHA 4044560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 842de72 - Browse repository at this point
Copy the full SHA 842de72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 715accf - Browse repository at this point
Copy the full SHA 715accfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e08f64 - Browse repository at this point
Copy the full SHA 6e08f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7991a - Browse repository at this point
Copy the full SHA 8c7991aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f99cfa - Browse repository at this point
Copy the full SHA 4f99cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5269c6 - Browse repository at this point
Copy the full SHA f5269c6View commit details -
fix: ensure files can only be picked once (apache#995)
## Rationale In current design, sst files may be picked multiple times. ## Detailed Changes - Mark files as in compacting when pick files candidates, and reset it to false when CompactionTask is dropped. ## Test Plan Manually
Configuration menu - View commit details
-
Copy full SHA for d26e958 - Browse repository at this point
Copy the full SHA d26e958View commit details -
fix: arrow meta data is lost when decode custom meta data (apache#1004)
## Rationale The metadata for arrow schema is encoded into the parquet file. However, this part is lost when building our custom metadata. ## Detailed Changes Keep the other metadata in the parquet metadata after extracting our custom metadata. ## Test Plan Add unit test `test_arrow_meta_data` for it.
Configuration menu - View commit details
-
Copy full SHA for 907058e - Browse repository at this point
Copy the full SHA 907058eView commit details -
fix: avoid any updates after table is closed (apache#998)
## Rationale Part of apache#990. Some background jobs are still allowed to execute, and it will lead to data corrupted when a table is migrated between different nodes because of multiple writers for the same table. ## Detailed Changes Introduce a flag called `invalid` in the table data to denote whether the serial executor is valid, and this flag is protected with the `TableOpSerialExecutor` in table data, and the `TableOpSerialExecutor` won't be acquired if the flag is set, that is to say, any table operation including updating manifest, altering table and so on, can't be executed after the flag is set because these operations require the `TableOpSerialExecutor`. Finally, the flag will be set when the table is closed.
Configuration menu - View commit details
-
Copy full SHA for 85eb0b7 - Browse repository at this point
Copy the full SHA 85eb0b7View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 104f908 - Browse repository at this point
Copy the full SHA 104f908View commit details -
Merge branch 'fix-page-index-for-metadata' of github.com:MachaelLee/c…
…eresdb into fix-page-index-for-metadata
Configuration menu - View commit details
-
Copy full SHA for 49d825f - Browse repository at this point
Copy the full SHA 49d825fView commit details