issues
search
sunbains
/
embedded-innodb
Embedded InnoDB based on v5.1
GNU General Public License v2.0
28
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix btree print
#66
RahulKushwaha
opened
1 day ago
1
gitignore and FlexLexer.h search
#63
filasieno
closed
1 day ago
1
Remove hash0hash
#61
RahulKushwaha
closed
3 weeks ago
1
Use new atomic block write in Linux 6.11 where available instead of the DBLWR buffer
#60
sunbains
opened
1 month ago
0
Improve performance of sequential insert into the B+Tree.
#59
sunbains
opened
1 month ago
0
Fix broken recovery test
#58
RahulKushwaha
closed
2 months ago
1
Replace custom vector with std::vector
#57
RahulKushwaha
closed
2 months ago
0
Add contribution guidelines
#56
RahulKushwaha
closed
2 months ago
0
POC: Use LRU for data_dict
#55
RahulKushwaha
closed
1 month ago
1
[4/n]: Replace custom hash map with std::unordered_map in buf
#54
RahulKushwaha
closed
1 month ago
3
[3/n]: Remove custom hash map with in file_sys
#53
RahulKushwaha
closed
3 months ago
0
[2/n]: Replace custom hash map with std::unordered_map in recv_sys
#52
RahulKushwaha
closed
2 months ago
1
[1/n]: Replace custom hash map with std::unordered_map in dict_sys
#51
RahulKushwaha
closed
3 weeks ago
2
Check for SSE4_2 flag
#50
RahulKushwaha
closed
3 months ago
0
Evit pages lazily on table truncation
#49
RahulKushwaha
closed
2 months ago
0
Store the data dictionary in SQLite using libSQL
#48
sunbains
opened
3 months ago
2
FIXME: Use unique_ptr for m_LRU and m_flusher
#47
RahulKushwaha
closed
6 months ago
0
Fix GitHub action for C++23
#46
RahulKushwaha
closed
6 months ago
0
Use Sharded Counters for Performance Monitoring
#45
RahulKushwaha
closed
6 months ago
1
Remove all row formats, keep the original row format
#44
sunbains
closed
2 months ago
1
Parallel Redo Recovery
#43
RahulKushwaha
opened
7 months ago
0
Change thread infrastructure to the C++ standard library from pthread
#42
sunbains
opened
7 months ago
0
Port the HW checksum from 8.0
#41
sunbains
closed
6 months ago
1
Shard Monitoring Counters
#40
RahulKushwaha
closed
7 months ago
1
Add the equivalent of the MySQL DEBUG_SYNC infrastructure
#39
sunbains
opened
7 months ago
0
Fix tablespace truncate, make it instant and log the operation in the redo log.
#38
sunbains
opened
7 months ago
0
Expand on the original InnoDB idea of multiple redo log files
#37
sunbains
opened
7 months ago
0
Add GCOV support
#36
sunbains
opened
7 months ago
1
Remove LRU for FDs
#35
RahulKushwaha
closed
7 months ago
0
Replace rbt with std::set
#34
RahulKushwaha
closed
7 months ago
1
Port UT_LIST from innodb 8.x
#33
RahulKushwaha
closed
7 months ago
8
Add parallel DDL support
#32
sunbains
opened
7 months ago
0
Shard the monitoring counters
#31
sunbains
opened
7 months ago
6
Add c++ atomics support. Get rid of the g++ intrinsics.
#30
subains
closed
7 months ago
1
Add partition support.
#29
subains
opened
7 months ago
0
Add parallel B+Tree read, port from 8.x should be fairly straight forward.
#28
subains
closed
6 months ago
1
Add LLVM sanitizers support
#27
subains
opened
7 months ago
0
DB_ROLL_PTR is written out as 9 bytes in the redo log :-) due to the high order bytes not being compressed.
#25
subains
opened
7 months ago
2
Separate redo log for the data dictionary to recover the DD before recovering the data files
#24
subains
opened
7 months ago
1
Don't remove pages of deleted table spaces immediately from the buffer pool, evict them lazily
#23
subains
opened
7 months ago
0
Allow bulk flushing
#22
subains
opened
7 months ago
0
Remove the LRU around file descriptors
#21
subains
closed
7 months ago
0
More modern buffer cache
#20
subains
opened
7 months ago
0
LRU over data dictionary objects. So that we can create millions of tables.
#19
subains
opened
7 months ago
0
Add parallel redo recovery.
#18
subains
opened
7 months ago
10
Split the kernel mutex
#17
subains
opened
7 months ago
0
Port the UT_LIST changes from InnoDB 8.x
#16
subains
closed
7 months ago
8
Add recovery tests
#15
subains
opened
7 months ago
0
Add a simple logging mechanism based on c++ streams instead of the printf style
#14
subains
opened
7 months ago
2
Remove the home grown RB tree and replace with something from STL.
#13
subains
closed
7 months ago
4
Next