aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/ydb
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-3/+3
2025-06-24Changes logging function (#6919)Aleksey Kosov1-13/+14
* updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru>
2025-06-19ydb filer improvements (#6890)SmoothDenis5-151/+216
* 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
2025-05-12fix: ydb filer bugs (#6778)SmoothDenis1-20/+72
* fix: ydb filer bugs * fix(ydb): correct DeleteEntry log argument types * fix(ydb): bucket creation & deletion logic
2025-01-22filer store YDB: fix upsert with TTL (#6469)MaratKarimov1-1/+1
2024-05-27chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ from 0.2.0 ↵dependabot[bot]1-1/+1
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>
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
for later locking on reading chunks
2022-09-14go fmtchrislu1-2/+0
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu4-10/+10
2022-07-21explicit bucket aware declarationchrislu1-0/+2
2022-05-12refactorKonstantin Lebedev2-13/+22
add some tests https://github.com/chrislusf/seaweedfs/pull/2996
2022-05-11fixes from commentsKonstantin Lebedev4-60/+64
https://github.com/chrislusf/seaweedfs/pull/2996
2022-05-10remove deprecated functionchrislu1-4/+1
2022-05-10remove deprecated functionchrislu1-4/+2
WithQueryCachePolicyKeepInCache is deprecated and already default behavior
2022-05-05ydb add empty doc fileKonstantin Lebedev2-0/+12
2022-05-03build tag ydb since the growth of the binary is 5 mbKonstantin Lebedev3-0/+9
2022-05-03add options to scaffoldKonstantin Lebedev2-6/+7
2022-05-03refactorKonstantin Lebedev4-43/+87
2022-05-03add support native ttlKonstantin Lebedev4-8/+24
2022-05-03enable query cache policy instead of prepareKonstantin Lebedev3-31/+21
2022-05-03fix scanNamedKonstantin Lebedev4-51/+53
2022-05-03fix queriesKonstantin Lebedev4-17/+17
2022-05-02fix createDBKonstantin Lebedev3-35/+24
2022-05-02ydb do Tx or DBKonstantin Lebedev2-57/+59
2022-05-02ydb BucketAware interfaceKonstantin Lebedev4-39/+136
2022-05-02ydb-go-sdk move to v3Konstantin Lebedev5-374/+212
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev3-22/+39
2022-05-01ydb kv interfaceKonstantin Lebedev2-15/+72
2022-05-01ydb Sql interfaceKonstantin Lebedev2-65/+163
2022-05-01ydb initialKonstantin Lebedev4-0/+491
https://github.com/chrislusf/seaweedfs/issues/2942