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

[Do not review] Raw resources in the Lake, raw resource separation, history separation, resource id map #4690

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    47c370f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. perf tweeks

    SergeyGaluzo committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5aca029 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge history separation with separated raw resources (#4685)

    * History separation V0
    
    * Forgotten resource
    
    * replace current by view
    
    * TRUNCATE
    
    * HardDelete
    
    * delete history v0
    
    * missed 64 and removed dead code from SQL query generator
    
    * Removed history from current in merge
    
    * Triggers
    
    * tests and tran
    
    * disable/enable indexes
    
    * rollback hard delete and merge
    
    * rollback delete invisible history
    
    * TRUNCATE -> DELETE
    
    * line
    
    * leftovers
    
    * PK check
    
    * Cosmetic
    
    * WHERE nanes
    
    * Get resources with forced indexes
    
    * Removed redundant where
    
    * Adding feature flag for raw resource dedupping
    
    * Enable invisible history by default
    
    * parameters
    
    * commit
    
    * fixed typo
    
    * 65 + more realistic diff
    
    * adjusted update trigger
    
    * right trigger
    
    * next iteration
    
    * special chars
    
    * Added delete and update
    
    * \r
    
    * Adding script runner
    
    * Added verification
    
    * cosmetic
    
    * HOLDLOCK hint
    
    * removed incorrect comments
    
    * RT
    
    * lock timeout
    
    * 180 and remove empty
    
    * no changes in update resource search params
    
    * blob rewriter tool
    
    * Revert "no changes in update resource search params"
    
    This reverts commit b2e0c38.
    
    * comment
    
    * Generic disable indexes and update search params
    
    * Dummy resources
    
    * fixes
    
    * Dummy records based on surr id
    
    * adjust test to filter dummy rows
    
    * exclude history and current
    
    * Adding PerfTest V-1
    
    * Get asyn wrapper without type string to id function
    
    * tool
    
    * not exists on data copy
    
    * packages back
    
    * Added comments.
    
    * Correct filtered index on resource current
    
    * Added redundant IsHistory=0 to index
    
    * deduping
    
    * Removed dummy records
    
    * pp-p
    
    * history clause
    
    * deduping
    
    * testing parameters
    
    * get resource by type and surr id range with many versions
    
    * skip large databases
    
    * Added calls to fhir
    
    * added conflict
    
    * max retries = 3
    
    * database pings
    
    * examples
    
    * reverse
    
    * start closer
    
    * put logic
    
    * Create
    
    * Move 65 to 84
    
    * Fixes after merge
    
    * Adding RawResources table
    
    * change capture tweeks
    
    * Test fix
    
    * Added MI
    
    * inline insert
    
    * Repeat on updates
    SergeyGaluzo authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de5a156 View commit details
    Browse the repository at this point in the history
  2. Merge resource id map

    SergeyGaluzo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e37ffd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Fix after merge

    SergeyGaluzo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5d8d03a View commit details
    Browse the repository at this point in the history
  2. Fix after merge

    SergeyGaluzo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cc94008 View commit details
    Browse the repository at this point in the history
  3. adjustments

    SergeyGaluzo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d6ce380 View commit details
    Browse the repository at this point in the history
  4. tests

    SergeyGaluzo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2950bcf View commit details
    Browse the repository at this point in the history
  5. Merge from main

    SergeyGaluzo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8e74731 View commit details
    Browse the repository at this point in the history
  6. Merge fixes

    SergeyGaluzo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c3ccf69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0ed1eb View commit details
    Browse the repository at this point in the history
  8. test fix

    SergeyGaluzo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    51a942d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    38e869b View commit details
    Browse the repository at this point in the history
  2. commented 84 diff

    SergeyGaluzo committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bb535af View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. set end date on enqueue

    SergeyGaluzo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7060321 View commit details
    Browse the repository at this point in the history
  2. rename secondary to adls

    SergeyGaluzo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    427cdfa View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. defrag formatting

    SergeyGaluzo committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    02a545f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    fbbaf20 View commit details
    Browse the repository at this point in the history
  2. isnull on input param

    SergeyGaluzo committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3f5dcd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    e6e3fe9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. after merge from main

    SergeyGaluzo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5569ea1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    c666b44 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. OffsetInFile == -1

    SergeyGaluzo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    eb0d361 View commit details
    Browse the repository at this point in the history