LogoLogo
Back to Speedb.io⭐ GitHubDiscord
  • 👋About
    • Speedb Use Cases
    • Speedb Communication Channels
    • Release Cadence
    • Releases
    • Roadmap
  • 💻Getting started
    • Speedb Quick Start Example
    • Dependencies
    • How to Compile Speedb
    • Drop-in Replacement
    • Use prebuilt binaries
    • How to contribute
      • Contribute code
      • Feature request process
      • Submit a pull request
      • Add or update documentation
      • Report bugs and other issues
      • Help with new and ongoing feature development
    • Kafka Streams: How to use Speedb instead of RocksDB?
  • ✨Speedb Features
    • Memory Tracking
    • Speedb Tuning Function
    • Table Pinning Policy
    • Snapshot Optimization
    • On Thread Start Callback
    • Write Flow
    • Global Delayed write
    • Live Configuration Changes
    • Report Index Size per Column Family
    • Proactive Flushing
    • Sorted Hash Memtable
    • Paired Bloom Filter
  • ➕Enhancements
    • Range Delete Improvement
    • Dynamic Delayed Writes
    • Reduce switch memtable latency
  • 🛠️Tools
    • Log Parser
    • DB_bench: Groups
    • Beezcli Tool
  • 🔦RocksDB Basics
  • 📈Performance testing
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting started
  2. How to contribute

Help with new and ongoing feature development

PreviousReport bugs and other issuesNextKafka Streams: How to use Speedb instead of RocksDB?

Last updated 2 years ago

Was this helpful?

If you find a feature request that you'd like to work on, and there's a pull request open for it, you can help by testing it and providing feedback. When giving feedback, please keep comments positive and constructive.

How to check out a pull request

Every pull request has its own number, which is visible both in the URL of a pull request page as well as in the title of the pull request page itself (the format is #123, where 123 is the PR number).

To check out a pull request locally, .

If you're using GitHub CLI, be sure to choose the GitHub CLI option rather than Web Browser on the guide page. Once you have the pull request changes checked out locally, you can move on to .

💻
follow this guide
testing the changes