惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
The Cloudflare Blog
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
F
Fortinet All Blogs
J
Java Code Geeks
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog RSS Feed
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
小众软件
小众软件
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Vercel News
Vercel News
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Qbeast
fpj · 2026-05-06 · via Hacker News - Newest: "AI"

Qbeast 0.6 marks a structural shift: from a library to a distributed, lakehouse-adjacent service.With SOC 2 compliance and multi-cloud deployment across AWS, Azure, and GCP, Qbeast now runs where your data lives—collocating optimization with your lakehouse estate. It is available both as a fully managed SaaS and deployable within your own resources, giving enterprises flexibility across security and operational models.

This release also introduces AI-native access via MCP, along with meaningful query performance gains through new storage and execution optimizations.

Here's what's new.

1. Qbeast is now multi-cloud with flexible deployment models

Qbeast runs natively on Kubernetes, and you can now run it as a managed service or in a provided Kubernetes cluster on AWS, Azure, or GCP — in your VPC. For the lakehouse catalog, we support Hive Metastore (Thrift), JDBC, and AWS Glue.

Deployments are orchestrated with Crossplane, enabling fully reproducible and maintainable infrastructure: cluster provisioning, networking, storage and observability are defined as code rather than bespoke setup.

We support two deployment models:

  • Customer VPC Managed — Qbeast runs in your cloud account, operated by us
  • Customer VPC Provided — you provide the Kubernetes cluster; we deploy Qbeast onto it

This release also introduces foundational platform capabilities:

  • A Control Plane API for programmatic management of tenants, environments, and workspaces, with full Swagger documentation.
  • qbctl, a CLI that wraps the Control Plane API for operators who'd rather not hit the REST endpoints directly.
  • Usage metering and billing to track indexed and optimized bytes per table and integrates with Stripe, which means usage-based pricing is now actually wired up.
  • A full observability stack (Victoria Metrics, Victoria Logs, Grafana, AlertManager) for proactive monitoring.
  • (Victoria Metrics, Victoria Logs, Grafana, AlertManager) for proactive monitoring.

2. AI-native SQL access via MCP

Qbeast now includes a Model Context Protocol (MCP) server, enabling direct integration with AI tools — e.g., Claude Code, OpenAI Codex, Cursor, and other MCP-compatible agents.This makes Qbeast a first-class data source for agentic workflows.

Key capabilities:

  • Natural language → SQL → results, executed directly on Qbeast-indexed data
  • No data movement or custom integration layers required
  • Secure access via OIDC, with per-session isolation
  • Admin APIs for session management

The MCP server is available across all supported clouds and includes built-in observability (Prometheus + Grafana). Auth0 is supported as an OIDC provider.The practical outcome: analysts and agents can query optimized lakehouse data conversationally while benefiting from Qbeast’s indexing—without additional pipelines.

Screenshots showing the use of the MCP Server with a Scala shell or via Agentic coding tool such as Claude Code.

3. Query performance: PCA and Storage Partition Joins

Qbeast continues to focus on its core objective: reducing query cost through data layout optimization. Two major enhancements in 0.6:

Page-Cube Alignment (PCA)

A cube-aware Parquet writer that co-locates data by cube within files.

This improves data locality and reduces I/O during query execution—amplifying the benefits of multi-dimensional indexing.

Storage Partition Joins (SPJ)

Qbeast now aligns its weighting model with Iceberg bucketing metadata, allowing Spark to eliminate shuffle operations for joins on bucketed tables. For join-heavy workloads, this translates directly into lower compute cost and faster execution.

Additional improvements

  • Up to 76% query improvement on single-column indexing using quantiles on a customer data set and up to 33% improvement with multi-column indexing
  • ~66% reduction in auto-optimization cycle time via leveled compaction
  • Prior 0.5 gains retained: ~40% faster write performance

4. Onboarding existing tables

Qbeast supports both new and existing tables, with flexible onboarding strategies. For large datasets, full rewrites are often impractical. Qbeast allows:

  • Incremental optimization based on customer-defined thresholds
  • Indexing over existing partitioned tables
  • Layout improvements without requiring full data reorganization

This capability is particularly relevant for enterprises operating at multi-terabyte or petabyte scale.

Diagram describing the global indexing of a table combined with physical partitioning

Also in this release

We have additionally included the following:

  • Full stack upgrades: Spark 4.0, Scala 2.13, Java 21
  • Qlens CLI pipeline for query-driven optimization and benchmarking
  • Hive Metastore support via PostgreSQL JDBC
  • Envoy Gateway replacing ingress-nginx (retired and no longer supported) for improved OIDC and connection stability
  • Security updates, including mitigation of recent Apache Parquet vulnerabilities

What's next

With 0.6.0, Qbeast now supports all three major open table formats (Iceberg, Delta Lake, Hudi) across all three major cloud providers (AWS, GCP, Azure), with automated deployment into the customer environment. Query performance — the thing we care most about — also sees a number of enhancements in this release.

What's next: enabling agentic AI over the lakehouse. As autonomous agents increasingly operate directly on data, efficient storage layout and query performance become critical to controlling compute costs. Qbeast is positioning itself as the optimization layer that makes this viable at scale.