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

Enable B-Tree index #4417

Merged
merged 6 commits into from
May 20, 2024
Merged

Enable B-Tree index #4417

merged 6 commits into from
May 20, 2024

Conversation

kunga
Copy link
Member

@kunga kunga commented May 9, 2024

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

Switch to B-Tree indexes in LocalDB by default

Copy link

github-actions bot commented May 9, 2024

2024-05-09 10:38:40 UTC Pre-commit check for 4051659 has started.
2024-05-09 10:38:43 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-09 11:14:41 UTC Build successful.

Copy link

github-actions bot commented May 9, 2024

2024-05-09 10:39:02 UTC Pre-commit check for 4051659 has started.
2024-05-09 10:39:05 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-09 11:15:41 UTC Build successful.
2024-05-09 11:17:33 UTC Tests are running...
🔴 2024-05-09 12:58:25 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10307 10181 0 25 90 11

Copy link

github-actions bot commented May 9, 2024

2024-05-09 10:40:56 UTC Pre-commit check for 4051659 has started.
2024-05-09 10:40:59 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-09 11:19:18 UTC Build successful.
2024-05-09 11:21:10 UTC Tests are running...
🔴 2024-05-09 13:01:36 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37686 32341 0 15 5320 10

Copy link

github-actions bot commented May 9, 2024

2024-05-09 20:00:44 UTC Pre-commit check for e7bee77 has started.
2024-05-09 20:00:46 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-09 20:16:38 UTC Build successful.
2024-05-09 20:18:29 UTC Tests are running...
🔴 2024-05-09 22:04:01 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10307 10186 0 26 86 9

Copy link

github-actions bot commented May 9, 2024

2024-05-09 20:00:54 UTC Pre-commit check for e7bee77 has started.
2024-05-09 20:00:57 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-09 20:14:37 UTC Build successful.

Copy link

github-actions bot commented May 9, 2024

2024-05-09 20:01:01 UTC Pre-commit check for e7bee77 has started.
2024-05-09 20:01:03 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-09 20:16:40 UTC Build successful.
2024-05-09 20:18:29 UTC Tests are running...
🔴 2024-05-09 21:58:46 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37682 32348 0 8 5318 8

Copy link

github-actions bot commented May 10, 2024

2024-05-10 09:28:20 UTC Pre-commit check for 0c53236 has started.
2024-05-10 09:28:22 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-10 09:29:43 UTC Build successful.

Copy link

github-actions bot commented May 10, 2024

2024-05-10 09:28:31 UTC Pre-commit check for 0c53236 has started.
2024-05-10 09:28:34 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-10 09:29:53 UTC Build successful.
2024-05-10 09:31:43 UTC Tests are running...
🔴 2024-05-10 11:09:00 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37683 32349 0 6 5318 10

Copy link

github-actions bot commented May 10, 2024

2024-05-10 09:28:32 UTC Pre-commit check for 0c53236 has started.
2024-05-10 09:28:34 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-10 09:29:54 UTC Build successful.
2024-05-10 09:31:43 UTC Tests are running...
🔴 2024-05-10 11:17:07 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10307 10178 0 34 86 9

Copy link

github-actions bot commented May 10, 2024

2024-05-10 13:54:29 UTC Pre-commit check for ce91b36 has started.
2024-05-10 13:54:32 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-10 14:22:55 UTC Build successful.

Copy link

github-actions bot commented May 10, 2024

2024-05-10 13:55:16 UTC Pre-commit check for ce91b36 has started.
2024-05-10 13:55:18 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-10 14:22:13 UTC Build successful.
2024-05-10 14:26:31 UTC Tests are running...
🔴 2024-05-10 16:09:46 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10307 10185 0 27 87 8

Copy link

github-actions bot commented May 10, 2024

2024-05-10 13:56:04 UTC Pre-commit check for ce91b36 has started.
2024-05-10 13:56:07 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-10 14:22:33 UTC Build successful.

Copy link

github-actions bot commented May 10, 2024

2024-05-10 16:16:11 UTC Pre-commit check for 8c42421 has started.
2024-05-10 16:16:14 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-10 16:18:57 UTC Build successful.

Copy link

github-actions bot commented May 10, 2024

2024-05-10 16:16:12 UTC Pre-commit check for 8c42421 has started.
2024-05-10 16:16:15 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-10 16:18:50 UTC Build successful.
2024-05-10 16:20:40 UTC Tests are running...
🔴 2024-05-10 18:03:35 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10312 10219 0 27 59 7

Copy link

github-actions bot commented May 10, 2024

2024-05-10 16:16:24 UTC Pre-commit check for 8c42421 has started.
2024-05-10 16:16:26 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-10 16:18:58 UTC Build successful.
2024-05-10 16:20:45 UTC Tests are running...
🔴 2024-05-10 17:54:58 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37690 32354 0 8 5319 9

Copy link

github-actions bot commented May 11, 2024

2024-05-11 15:13:11 UTC Pre-commit check for 1463c93 has started.
2024-05-11 15:13:14 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-11 15:49:16 UTC Build successful.

Copy link

github-actions bot commented May 11, 2024

2024-05-11 15:13:12 UTC Pre-commit check for 1463c93 has started.
2024-05-11 15:13:14 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-11 15:52:59 UTC Build successful.
2024-05-11 15:54:54 UTC Tests are running...
🔴 2024-05-11 17:41:47 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10312 10167 0 28 108 9

Copy link

github-actions bot commented May 11, 2024

2024-05-11 15:13:29 UTC Pre-commit check for 1463c93 has started.
2024-05-11 15:13:32 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-11 15:49:44 UTC Build successful.
2024-05-11 15:51:33 UTC Tests are running...
🔴 2024-05-11 17:25:00 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
37688 32345 0 8 5329 6

@kunga kunga marked this pull request as ready for review May 11, 2024 21:16
@kunga kunga self-assigned this May 11, 2024
@kunga kunga requested a review from snaury May 14, 2024 10:52
Copy link

github-actions bot commented May 17, 2024

2024-05-17 09:23:09 UTC Pre-commit check for 5b4d5fc has started.
2024-05-17 09:23:12 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-17 10:02:16 UTC Build successful.
2024-05-17 10:04:15 UTC Tests are running...
🔴 2024-05-17 12:00:55 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10651 10465 0 39 132 15

Copy link

github-actions bot commented May 17, 2024

2024-05-17 09:23:17 UTC Pre-commit check for 5b4d5fc has started.
2024-05-17 09:23:19 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-17 10:02:45 UTC Build successful.
2024-05-17 10:04:41 UTC Tests are running...
🔴 2024-05-17 11:37:34 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38026 33213 0 7 4797 9

Copy link

github-actions bot commented May 17, 2024

2024-05-17 09:24:02 UTC Pre-commit check for 5b4d5fc has started.
2024-05-17 09:24:04 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-17 09:58:31 UTC Build successful.

@kunga kunga merged commit 08d18bc into ydb-platform:main May 20, 2024
3 of 5 checks passed
MrLolthe1st pushed a commit to MrLolthe1st/ydb that referenced this pull request May 28, 2024
@niksaveliev niksaveliev mentioned this pull request May 29, 2024
This was referenced Jun 7, 2024
@niksaveliev niksaveliev mentioned this pull request Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants