e45c170
(HEAD -> master)
Merge pull request 'minor compaction test ttl & enhance effeciency of reading current time' (#3) from xxy into master by
2024-11-07 19:47:26 +0800
4507932
(refs/pull/3/head, xxy)
minor compaction test ttl & enhance effeciency of reading current time by
2024-11-07 16:58:44 +0800
3c7369b
update readme and report by
2024-11-06 22:12:22 +0800
912fdbc
update report by
2024-11-06 21:36:49 +0800
359b3ad
update report by
2024-11-06 21:34:09 +0800
f239b9c
加入注释和ttl的实验报告 by
2024-11-06 18:44:38 +0800
6c5852d
add new test by
2024-11-04 16:41:47 +0800
cbe3135
(refs/pull/2/head, new_version)
add new test by
2024-11-04 16:31:32 +0800
48bf680
finish obselote record collection function by
2024-10-31 20:23:46 +0800
c8e0d2b
ttl in the end by
2024-10-31 18:40:34 +0800
b3f4bb4
(refs/pull/1/head)
use value instead of new field to cover ttl, can run successfully without garbage collection by
2024-10-31 18:06:45 +0800
3fe6636
(xry)
complete ttl function for memtable read and write by
2024-10-28 20:26:52 +0800
879fd25
修改Readme by
2024-10-15 15:39:54 +0800
ec884a8
添加ttl测试用例 by
2024-10-15 15:01:52 +0800
23e35d7
Merge pull request #1202 from pkasting/main by
2024-08-23 09:56:43 -0700
eb31d19
Allow compaction to finish in TEST_CompactRange by
2024-08-15 21:37:00 +0000
2cc36eb
[jumbo] Add begin()/end() to Slice. by
2024-07-25 09:39:54 -0700
068d5ee
leveldb: Check slice length in Footer::DecodeFrom() by
2023-04-18 22:38:59 +0000
c61238d
Support Zstd compression level in Leveldb by
2023-03-30 07:12:55 +0000
77d66aa
Fix GitHub CI on Linux. by
2023-03-28 20:06:53 -0700
9cbbc5f
Merge pull request #1104 from reillyeon:chromium_env by
2023-03-28 20:17:45 -0700
80d858f
Merge pull request #1106 from reillyeon:run_many by
2023-03-28 16:49:26 -0700
1d6e8d6
Add support for Zstd-based compression in LevelDB. by
2023-02-15 16:04:43 -0800
13ebad2
Address comments. by
2023-03-28 16:20:01 -0700
df68d95
Fix EnvTest.RunMany to allow parallel execution by
2023-03-28 16:16:53 -0700
bfae97f
Roll third_party/benchmark to f7547e29cc
by
2023-03-28 14:56:23 -0700
89ea7f2
Fix tests when run against ChromiumEnv by
2023-03-28 14:37:48 -0700
fb644cb
Stop future writes if a log file Close() fails. by
2023-01-04 18:22:18 +0000
aa5479b
Fix maintenance text by
2022-07-18 22:10:09 +0000
ca684d0
Fix Markdown formatting in README. by
2022-07-18 21:55:45 +0000
7b650f8
Add note on current development state by
2022-07-18 20:10:09 +0000
0a9b7b8
Merge pull request #1036 from chjj:benchmark-compression by
2022-07-18 21:19:56 +0000
fff74f2
Use GTEST_SKIP in leveldb:table_test by
2022-06-13 15:59:26 +0000
9e1c274
Add compression flag to benchmarks. by
2022-06-19 04:19:58 -0400
d019e36
Merge pull request #1008 from pkasting:main by
2022-05-09 16:20:11 +0000
8b5b1ca
Fixes for C++20 support. by
2022-05-05 07:44:11 -0700
4fb1468
The master branch was renamed to main. by
2022-01-17 21:32:14 +0000
479a1f4
Update contributing guidelines. by
2022-01-11 22:06:10 +0000
1b51a3a
Merge pull request #506 from lingbin:fix_issue_505 by
2022-01-10 18:01:30 +0000
a797000
Merge pull request #893 from myccccccc:master by
2022-01-10 17:56:16 +0000
bf4fcd8
Merge pull request #888 from JayiceZ:fix_typo by
2022-01-10 17:56:09 +0000
8a68093
Merge pull request #652 from caodhuan:master by
2022-01-10 17:56:02 +0000
bfea90d
Merge pull request #744 from HenryRLee:patch-1 by
2022-01-10 17:55:55 +0000
bda46dd
Merge pull request #602 from andyli029:feature_fix_lack_tag_comment by
2022-01-10 17:55:49 +0000
ec4e3a5
Merge pull request #747 from zltl:patch-1 by
2022-01-10 17:55:39 +0000
3ab94e7
Merge branch 'master' into fix_issue_505 by
2022-01-10 09:48:52 -0800
3180f9c
Merge branch 'master' into patch-1 by
2022-01-09 23:08:24 -0800
8ccb79b
Merge pull request #901 from mapleFU:opt-using-move by
2022-01-10 06:35:14 +0000
74f0be2
Merge pull request #897 from raynolmenezes:patch-1 by
2022-01-10 06:35:06 +0000
56f2394
Merge pull request #945 from xiong-ang:master by
2022-01-10 02:29:23 +0000
068a0f1
Merge pull request #934 from BilyZ98:master by
2022-01-10 02:29:16 +0000
8f5aa63
Merge pull request #919 from wineway:fix_posix_test by
2022-01-10 02:29:08 +0000
7a2f904
Merge pull request #928 from ehds:fix-comment by
2022-01-09 07:31:01 +0000
4db0eac
Merge pull request #960 from ericuni:dedup by
2022-01-09 03:18:18 +0000
7ee3889
VersionSet::Builder::Apply() does not mutate its argument. by
2022-01-09 03:04:29 +0000
42cf899
Merge pull request #903 from LazyWolfLin:dev_random by
2022-01-09 03:15:22 +0000
8796c44
Merge pull request #902 from ehds:update-table-cache by
2022-01-09 03:15:10 +0000
e4ccaa0
Merge pull request #965 from ShawnZhong:cpp20 by
2022-01-08 20:55:42 +0000
c8b708d
Merge pull request #967 from rex4539:typos by
2022-01-08 02:55:46 +0000
6391952
Merge pull request #968 from xindubawukong:dxy_remove_code by
2022-01-08 01:29:06 +0000
87b3a37
remove useless code in cache.h by
2022-01-06 03:11:11 +0800
0e8aa26
Fix typos by
2022-01-05 11:04:16 +0200
8f464e7
Remove main() from most tests. by
2022-01-03 20:57:56 +0000
7a2f64e
Update env_posix.cc by
2021-12-30 18:33:55 -0600
b2801ee
Extract benchmark from db_test.cc. by
2021-12-29 03:48:42 +0000
335876a
Add invariant checks to Limiter in Env implementations. by
2021-12-22 19:12:56 +0000
42d00a8
rm redundant code: SetNextFile has already been called before in this function by
2021-12-05 11:44:55 +0800
e426c83
Merge pull request #941 from pmmp:no-handle-inheritance by
2021-11-30 00:09:27 +0000
6124f47
Merge pull request #951 from philix:no_pthread by
2021-11-29 21:45:09 +0000
dd66587
Remove <pthread.h> include and find_package() from build files by
2021-11-15 00:36:57 +0100
d7da5d9
fix some trifling points by
2021-10-22 18:00:57 +0800
68d14a7
Prevent handle used for LOG from being inherited by subprocesses by
2021-10-09 16:21:57 +0100
c5d5174
Get env_posix.cc building under Fuchsia. by
2021-09-10 00:45:26 +0000
11aafab
Fix version_set.cc comments typo by
2021-09-03 11:18:31 +0800
5783a79
Switch CI to GitHub Actions. by
2021-09-02 21:25:03 +0000
54340b4
Fix comments position by
2021-08-08 22:24:19 +0800
8e62cc5
Remove the `/` prefix from the recovery_test test file to prevent a double `/`. by
2021-08-03 00:25:26 +0000
8949158
fixed random access file exhaust random mmap file use wrong limit count by
2021-07-01 20:52:01 +0800
5d94ad4
Update Travis CI config. by
2021-05-24 23:28:59 +0000
c7a0fa2
Merge pull request #906 from pwnall/third-party-bump by
2021-05-24 16:13:58 -0700
13e3c4e
Fix compactions that could end up breaking a run of the same user key across multiple files. by
2021-05-20 19:02:41 +0000
f6fe2ec
Roll third-party dependencies. by
2021-05-17 18:11:07 -0700
3806fbc
Small fix. by
2021-02-18 11:04:10 +0800
dbf24d9
Make table cache non-copyable by
2021-05-08 13:48:39 +0800
1ca4f5b
[Init] initial commit by
2021-05-02 12:31:40 +0800
f6d094e
Update log_reader.h by
2021-04-16 13:00:59 +0530
e2ad7da
delete an unnecessary forward declaration by
2021-04-05 13:58:20 +0800
9e85005
fix typo in port_example.h by
2021-03-28 16:38:37 +0800
f57513a
Merge pull request #881 from firebase:apple-toolchain-fixes by
2021-03-04 20:35:18 +0000
24bcf7f
Don't include C++ headers in extern C by
2021-02-19 13:17:38 -0800
99b3c03
Change version to 1.23. by
2021-02-23 12:51:40 -0800
37aaf2f
Fix fprintf format string. by
2021-02-17 10:18:12 -0800
2a47801
Use partial path to benchmark/benchmark.h. by
2021-02-16 15:38:44 -0800
4a919ea
IWYU fixes in db/c.cc. by
2021-01-25 17:02:58 +0000
1998c0e
Fix build errors. by
2021-01-12 21:54:35 +0000
8f18614
Sync MANIFEST before closing in db_impl when creating a new DB. Add logging with debugging information when failing to load a version set. by
2021-01-12 21:08:52 +0000
8cce47e
Optimize leveldb block seeks to utilize the current iterator location. This is beneficial when iterators are reused and seeks are not random but increasing. It is additionally beneficial with larger block sizes and keys with common prefixes. by
2021-01-11 15:32:34 +0000
fdc8f72
Merge pull request #862 from rex4539:https by
2021-01-01 09:32:07 +0000
532be85
Fix insecure links by
2020-12-17 09:05:33 +0200
6721eda
Update Travis CI config. by
2020-12-14 08:34:41 -0800