-
Inefficient Polling: The current version continuously queries system data without any delays, causing the CPU to remain busy even when no new information needs to be updated.
Lack of Sleep Interval…
-
**Motivation**
Incremental compilation is a critical part of the writing and editing workflow. Profiling incremental compilation can help identify hotspots, optimize code, and debug issues like uni…
-
## Description:
Thinking about adding an in-memory queue to decouple the API from SignalR. Currently, directly sending events from the API to SignalR can introduce issues with resilience and scalabil…
-
Experience with "clobber"-genre bugs and theoretical results from distributed computing have led us to an understanding that `db.get`, even when implemented "deterministically" using our primitive tim…
-
## Development Task
Summary:
Refer to https://github.com/tikv/pd/issues/4373.
We have implemented gRPC rate-limit and HTTP rate-limit by manually setting the rate-limiting parameters.
But it's h…
-
## Description:
First of all, thank you for creating and maintaining this library—it has been incredibly useful in my application!
I'm facing a challenge with performance when working with the Abs…
-
### Is your feature request related to a problem? Please describe
A [searchable snapshot index](https://github.com/opensearch-project/OpenSearch/issues/2919) reads data from a snapshot repository on …
-
### 🔍 Current Functionality
- No Analytics
### 🚧 Current Limitations
- No Analytics
### 🚀 Proposed Enhancement
- Add Analytics
### ✨ Potential Benefits
- Zero Configuration: Automatically track…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
a…
-
**Single shard is bottleneck while broadcast join table to all shard and join table is big, broadcast join table cost too much time**
**in spark, torrent broadcast mechanism can used to fix single…