Skip to content
#

distributed-database

Here are 249 public repositories matching this topic...

cockroach
strongduanmu
strongduanmu commented Jan 10, 2022

Hi, community:

This issue is to add more unit tests for the SelectStatementContext class. Welcome to claim them.

The specific subtasks are as follows:

  • Add unit test for SelectStatementContext#isContainsDollarParameterMarker
  • Add unit test for SelectStatementContext#isContainsPartialDistinctAggregation

Through this issue, you can understand the process of participating in

sfc-gh-ajbeamon
sfc-gh-ajbeamon commented Nov 29, 2021

We create a number of threads in various places in our code, and in most cases we do not give these threads names. It could be helpful to have names that make it easier for us to see what a thread is doing. Some examples include:

  1. The network thread created by bindings (some bindings name this thread, others do not)
  2. External network threads (name proposed in #6033)
  3. Trace logging threa
yugabyte-db

Improve this page

Add a description, image, and links to the distributed-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-database topic, visit your repo's landing page and select "manage topics."

Learn more