OpenClaw Users: Why Is Your Token Budget Disappearing Out of Nowhere?



We are pleased to announce the open source release of NeuG (pronounced “new-gee”), a lightweight, high-performance embedded graph database designed for local analytics and real-time transaction processing.

The Linked Data Benchmark Council (LDBC) has released the latest results of its SNB Interactive Benchmark (via Declarative Queries), where GraphScope Flex achieved a historic breakthrough with a throughput exceeding 80,000 QPS (queries per second) – nearly twice the performance of the previous record holder!


The GraphScope team’s work on proposing RelGo for optimizing SQL/PGQ queries has been accepted by SIGMOD 2025. In this work, RelGo integrates GOpt into relational databases (using DuckDB as an example), enhancing its ability to optimize SQL/PGQ queries and providing better optimization results than DuckDB’s own optimizer.
This article introduces the main content of RelGo.
From June 9th to June 15th, 2024, SIGMOD 2024 was held in Santiago, Chile.
The GraphScope team presented their paper “GraphScope Flex: LEGO-like Graph Computing Stack” at the SIGMOD Industry Session.
This article introduces the main content of that paper.
From June 9th to June 15th, 2024, SIGMOD 2024 was held in Santiago, Chile.
Graph computing remains a hot topic at this conference, and it is also the area that received the most paper submissions.
SIGMOD 2024 organized a panel discussion on graph computation titled “The Future of Graph Analytics”.
Recently, LDBC released the latest results for the LDBC SNB Interactive benchmark test, where GraphScope Flex leads the pack once again with a score exceeding 127,000 QPS (Queries Per Second), representing a more than 2.6 times improvement over the second place, which was the previous record holder!
In this blog, we introduce GOpt, which is a unified graph query optimization framework in GraphScope.
GOpt enables the system to support multiple graph query languages while providing consistent and efficient query optimization. We also present two practical cases to demonstrate the effectiveness of our optimizer.
We are pleased to announce an array of improvements in the GraphScope 0.26.0 release. In this release, under the original GraphScope framework, the persistent storage Groot of the Graph Interactive Query Engine (GIE) allows users to launch a Secondary Instance in read-only mode, thereby enhancing the performance of reading graph data. Under the GraphScope Flex architecture, the graph query engine GraphScope Interactive, which is designed for high-concurrency scenarios, now supports running on macOS and has introduced compaction operations for graph data.
We are glad to announce a suite of upgrades in the latest GraphScope 0.25.0 release, bringing significant improvements to the platform. Starting with this version, our updates will be divided into two parts: one is the updates introduced under the original GraphScope framework (including the graph analytics engine GAE, graph interactive engine GIE, and graph learning engine GLE); the other is the latest product features built for the new GraphScope Flex architecture.
GraphAr is an open source, standard data file format for graph data storage and retrieval. It defines a standardized file format for graph data, and provides a set of interfaces for generating, accessing, and transforming these formatted files.
This post is a quick guide that shows how to import and export graph data of Neo4j with GraphAr.