oceanbase / oceanbase/seekdb

[Feature]: Support Windows Compilation

Open
#166 1 comment 0 reactions 1 assignee View on GitHub

@LINxiansheng is already working on this.

Since Feb 6, 2026.

module: compilation type: feature
Dominant language
C++
Stars
2.9k
Forks
339
Avg merge
1d 19h
Merged PRs (30d)
52

Description

Background

States that seekdb currently supports Linux and macOS but not Windows, referencing the existing documentation that explicitly says "Windows is not supported yet." Notes that the OB_PLATFORM_WINDOWS macro already exists but is unimplemented.

Feature Description

We hope seekdb can offer complete support for Windows, allowing users to smoothly compile and run the project on mainstream Windows platforms (such as Windows 11), covering x64 architectures. It is recommended to resolve any existing compatibility issues during compilation and provide relevant documentation.

Suggested Improvements

  • Build System & Toolchain — CMake Windows support, PowerShell build script, vcpkg, MSVC/Clang-cl support
  • Platform Abstraction Layer — POSIX compat shim, IOCP backend, futex/mmap/file abstractions
  • Dependencies — vcpkg manifest, Linux-only dependency replacements, LLVM on Windows
  • Packaging & Distribution — MSI/ZIP/TGZ packaging, Windows Service support
  • Functional Validation & Performance Optimization — mysqltest, unittest and sysbench

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.