gorocksdb icon indicating copy to clipboard operation
gorocksdb copied to clipboard

gorocksdb is a Go wrapper for RocksDB

Results 44 gorocksdb issues
Sort by recently updated
recently updated
newest added

Courtesy of the [Cosmos Network](https://cosmos.network/) Security, I discovered this code while auditing supply chain dependencies. If we examine this code in https://github.com/tecbot/gorocksdb/blob/37ba422d5c751e427bef06cd17fb6d3e69818240/write_batch.go#L265-L283 and then extract it and run the following...

go: github.com/tecbot/gorocksdb upgrade => v0.0.0-20191217155057-f0fad39f321c #github.com/tecbot/gorocksdb ../DB/GOPATH/pkg/mod/github.com/tecbot/[email protected]/**db.go:609:29:** not enough arguments in call to _Cfunc_rocksdb_approximate_sizes have (*_Ctype_struct_rocksdb_t, _Ctype_int, **_Ctype_char, *_Ctype_ulong, **_Ctype_char, *_Ctype_ulong, *_Ctype_ulong) want (*_Ctype_struct_rocksdb_t, _Ctype_int, **_Ctype_char, *_Ctype_ulong, **_Ctype_char, *_Ctype_ulong, *_Ctype_ulong,...

Hello, while installing akutan and running "make build" I get following error: could you, please, help me? src/vendor/github.com/tecbot/gorocksdb/options.go:660:2: could not determine kind of name for C.rocksdb_options_set_hard_rate_limit src/vendor/github.com/tecbot/gorocksdb/options.go:460:2: could not determine...

This PR cherry-picks commits from several other PRs, including https://github.com/tecbot/gorocksdb/pull/210, https://github.com/tecbot/gorocksdb/pull/205, and https://github.com/tecbot/gorocksdb/pull/212. This is meant to track the updates needed in order to use RocksDB as a dependency of...

Hi, I am working on adding arm64 support in **chubaofs** repository, which depends on rocksdb and gorocksdb. To support arm64 it requires the latest rocksdb version(v6.11.4) and gorocksdb v6.0. May...

While creating bloom filter `C` fucntion `rocksdb_filterpolicy_create_bloom` called. But there is no api to free this memory. Seems `rocksdb_filterpolicy_destroy` (https://github.com/facebook/rocksdb/blob/master/include/rocksdb/c.h#L1030 ) must be called to free it.

for add +1 counter to key's value. etc.

we need free slice after get from rocksdb, and copy data before return ????