SmoothDenis
abd5102819
ydb filer improvements ( #6890 )
* fix(ydb): table creation with params
* fix(ydb): migrate to new query client & prevent creation table-bucket on get request
* fix(ydb): use new query client with kv req
* fix(ydb): use directory in every query
* fix(ydb): del unused import
* fix(ydb): tests & default const usage
3 days ago
SmoothDenis
45964c2f86
fix: ydb filer bugs ( #6778 )
* fix: ydb filer bugs
* fix(ydb): correct DeleteEntry log argument types
* fix(ydb): bucket creation & deletion logic
1 month ago
MaratKarimov
4fe1248aa8
filer store YDB: fix upsert with TTL ( #6469 )
5 months ago
dependabot[bot]
722a14ef57
chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ from 0.2.0 to 0.4.2 ( #5621 )
* chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ
Bumps [github.com/ydb-platform/ydb-go-sdk-auth-environ](https://github.com/ydb-platform/ydb-go-sdk-auth-environ ) from 0.2.0 to 0.4.2.
- [Changelog](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/compare/v0.2.0...v0.4.2 )
---
updated-dependencies:
- dependency-name: github.com/ydb-platform/ydb-go-sdk-auth-environ
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix compilation
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
1 year ago
chrislu
70a4c98b00
refactor filer_pb.Entry and filer.Entry to use GetChunks()
for later locking on reading chunks
3 years ago
chrislu
21c0587900
go fmt
3 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
3 years ago
chrislu
c93f7ffa44
explicit bucket aware declaration
3 years ago
Konstantin Lebedev
d12a423aa0
refactor
add some tests
https://github.com/chrislusf/seaweedfs/pull/2996
3 years ago
Konstantin Lebedev
f523aed3c9
fixes from comments
https://github.com/chrislusf/seaweedfs/pull/2996
3 years ago
chrislu
a85720f0f6
remove deprecated function
3 years ago
chrislu
791c29ae93
remove deprecated function
WithQueryCachePolicyKeepInCache is deprecated and already default behavior
3 years ago
Konstantin Lebedev
e6d2cb5911
ydb add empty doc file
3 years ago
Konstantin Lebedev
f58adaab25
build tag ydb since the growth of the binary is 5 mb
3 years ago
Konstantin Lebedev
f127b326bf
add options to scaffold
3 years ago
Konstantin Lebedev
7b544576af
refactor
3 years ago
Konstantin Lebedev
04d5dff6bb
add support native ttl
3 years ago
Konstantin Lebedev
cb3c7a3cdb
enable query cache policy instead of prepare
3 years ago
Konstantin Lebedev
8342f651f3
fix scanNamed
3 years ago
Konstantin Lebedev
7640e650e5
fix queries
3 years ago
Konstantin Lebedev
319d300d48
fix createDB
3 years ago
Konstantin Lebedev
0dc44dda63
ydb do Tx or DB
3 years ago
Konstantin Lebedev
a3e48831f3
ydb BucketAware interface
3 years ago
Konstantin Lebedev
50c4f62ed4
ydb-go-sdk move to v3
3 years ago
Konstantin Lebedev
21033ff4c3
refactor use const CountEntryChunksForGzip
3 years ago
Konstantin Lebedev
ec0ed41e37
ydb kv interface
3 years ago
Konstantin Lebedev
6a052f6ff2
ydb Sql interface
3 years ago
Konstantin Lebedev
275c3bb19c
ydb initial
https://github.com/chrislusf/seaweedfs/issues/2942
3 years ago