Skip to content

docs: Blog post about Feature Server Sub-2ms Performance#6465

Open
ntkathole wants to merge 1 commit into
feast-dev:masterfrom
ntkathole:blog_perf
Open

docs: Blog post about Feature Server Sub-2ms Performance#6465
ntkathole wants to merge 1 commit into
feast-dev:masterfrom
ntkathole:blog_perf

Conversation

@ntkathole
Copy link
Copy Markdown
Member

What this PR does / why we need it:

Adds a blog post documenting a performance tuning exercise for the
Feast Python feature server on Kubernetes, covering the full journey from
default configuration to sub-2ms p99 latency.

The post covers:

  • Stage 1 (sub-5ms): Server-side tuning (Gunicorn workers, Redis settings,
    HPA), client-side tuning (connection pooling, access mode selection), and
    code-level enhancements (serialization optimization, async batched pipelines,
    cached checks, session wrapping fix).
  • Stage 2 (sub-2ms): Pre-computed feature vectors — how they work, design
    decisions, and benchmark results showing 6–9x speedup over the regular
    per-feature-view read path.

@ntkathole ntkathole self-assigned this Jun 2, 2026
@ntkathole ntkathole requested a review from a team as a code owner June 2, 2026 14:02
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant