Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oceanbase/miniob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jialin-zhou/miniob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 72 files changed
  • 2 contributors

Commits on May 21, 2025

  1. init

    jialin-zhou committed May 21, 2025
    Configuration menu
    Copy the full SHA
    f5b0184 View commit details
    Browse the repository at this point in the history
  2. slove cpplings

    jialin-zhou committed May 21, 2025
    Configuration menu
    Copy the full SHA
    9a10f0b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

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

Commits on May 25, 2025

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

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    b655c8c View commit details
    Browse the repository at this point in the history
  2. Block cache: Implement the function of organizing data in sstable (#2)

    * Solve the lock-free concurrency problem of ob_skiplist
    
    * add a FILE_CORRUPTED return code
    
    * add some code comments about storage structure
    
    * Implement the function of organizing data of sstable and internal blocks
    jialin-zhou authored May 28, 2025
    Configuration menu
    Copy the full SHA
    a0ee940 View commit details
    Browse the repository at this point in the history
  3. Block cache: Implementing the lru cache mechanism (#3)

    * Solve the lock-free concurrency problem of ob_skiplist
    
    * add a FILE_CORRUPTED return code
    
    * add some code comments about storage structure
    
    * Implement the function of organizing data of sstable and internal blocks
    
    * Implementing the lru cache mechanism
    jialin-zhou authored May 28, 2025
    Configuration menu
    Copy the full SHA
    18d35f3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Drop table (#4)

    * add drop table statement
    
    * add drop table executor
    
    * implement drop table function
    jialin-zhou authored May 30, 2025
    Configuration menu
    Copy the full SHA
    b4d0b39 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Query engine (#5)

    * Update lexical analysis and syntax analysis to support order by
    
    * Update select statement to support oder by
    
    * Update logical operator, physical operator files, and add order_by operator
    
    * Update tuple and expression to support order by
    
    * Update value class to support order by
    
    * add some error codes
    
    * fix bug: Wrong variable name used
    
    * fix bug: Implement the clone function for Tuple's inherited class
    jialin-zhou authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    7b66655 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Query engine and Leveled Compaction (#6)

    * complement class LeveledCompactionPicker
    
    * add an error code
    
    * use string:string to storage key_range
    
    * moidfy function ObInternalKeyComparator::compare
    
    * implement some functions in Write-Ahead Log (WAL) class
    
    * Annotate some print
    
    * implement leveled compaction
    
    * Add some write data checks
    
    * fix bug: Integer Underfliow and then array access out of bounds
    
    * edit test file
    jialin-zhou authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    3425a8f View commit details
    Browse the repository at this point in the history
  2. Level compaction (#7)

    * Update lexical analysis and syntax analysis to support order by
    
    * Update select statement to support oder by
    
    * Update logical operator, physical operator files, and add order_by operator
    
    * Update tuple and expression to support order by
    
    * Update value class to support order by
    
    * add some error codes
    
    * fix bug: Wrong variable name used
    
    * fix bug: Implement the clone function for Tuple's inherited class
    
    * complement class LeveledCompactionPicker
    
    * add an error code
    
    * use string:string to storage key_range
    
    * moidfy function ObInternalKeyComparator::compare
    
    * implement some functions in Write-Ahead Log (WAL) class
    
    * Annotate some print
    
    * implement leveled compaction
    
    * Add some write data checks
    
    * fix bug: Integer Underfliow and then array access out of bounds
    jialin-zhou authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    c9c94fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ed9f75 View commit details
    Browse the repository at this point in the history
Loading