Skip to content

Commit b5aa131

Browse files
Merge branch 'write-buffer' of https://github.com/ivanmorozov333/ydb into write-buffer
2 parents a831473 + 1b20c81 commit b5aa131

File tree

27 files changed

+192
-90
lines changed

27 files changed

+192
-90
lines changed

ydb/core/tx/columnshard/blobs_action/abstract/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
gc.cpp
59
common.cpp

ydb/core/tx/columnshard/blobs_action/bs/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
gc.cpp
59
gc_actor.cpp

ydb/core/tx/columnshard/blobs_action/counters/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
read.cpp
59
storage.cpp

ydb/core/tx/columnshard/blobs_action/tier/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
adapter.cpp
59
gc.cpp

ydb/core/tx/columnshard/blobs_action/transaction/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
tx_draft.cpp
59
tx_write.cpp

ydb/core/tx/columnshard/blobs_action/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
blob_manager_db.cpp
59
memory.cpp

ydb/core/tx/columnshard/engines/changes/abstract/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
abstract.cpp
59
compaction_info.cpp

ydb/core/tx/columnshard/engines/changes/compaction/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
merge_context.cpp
59
column_cursor.cpp

ydb/core/tx/columnshard/engines/changes/counters/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
general.cpp
59
)

ydb/core/tx/columnshard/engines/changes/ya.make

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
LIBRARY()
22

3+
OWNER(
4+
g:kikimr
5+
)
6+
37
SRCS(
48
compaction.cpp
59
ttl.cpp

0 commit comments

Comments
 (0)