herddb icon indicating copy to clipboard operation
herddb copied to clipboard

A JVM-embeddable Distributed Database

Results 83 herddb issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.44.v20210927 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.3 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.12.3&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**FEATURE REQUEST** 1. Please describe the feature you are requesting. All databases have a way to send a log of mutation to third party tools (like Debezium). Implementing CDC in...

enhancement

**FEATURE REQUEST** We could implement JWT based authentication. The token would be the password and the username can be a fixed value. The JWT contains a "subject" that would be...

enhancement
component/core
component/jdbc

This is a prototype (that doesn't work) for a Pulsar Source for HerdDB: - it uses CDC features - it writes data to Pulsar, using KeyValue Schema, encoded with AVRO...

**BUG REPORT** - Please describe the issue you observed: I've a long running cluster with many tablespaces. Some of them aren't really used (no transactions, no datachange). They are checkpointed...

bug
component/bookkeeper

Please describe the issue you observed: HerdDB v0.22.0 NOT IN statements seems to throw an error when the subquery selects a column with the same name of a column from...

bug
component/planner