Skip to content
#

high-performance

Here are 749 public repositories matching this topic...

akka
dangesong
dangesong commented Oct 15, 2020

What language are you using?

C++

What operating system (Linux, Ubuntu, …) and version?

Linux

What runtime / compiler are you using (e.g. jdk version or version of gcc)

4.8.5

Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
tars的发布流程:tarsweb上传安装包 -> tarsAdminRegistry开始发布 -> tarspatch 从/usr/local/app/p

Davidde94
Davidde94 commented Jun 3, 2021

There are some instances, particularly in tests, where it would be really useful to provide a clean API for comparing a ByteBuffer and an expected array of bytes.

Current method

XCTAssert(buffer.readableBytesView == ByteBufferView([0x05, 0x00]))
XCTAssert(buffer == ByteBuffer(bytes: [0x05, 0x00]))

I think we should provide a shorthand convenience, e.g.

XCTAsser
yugabyte-db
mrajcevic01
mrajcevic01 commented Jun 16, 2021

Community Slack user had a question regarding how to find the exact size of any table ycqlsh shell or tserver-UI.

Context - https://yugabyte-db.slack.com/archives/CG0KQF0GG/p1623851330364200

Here is where we stand today:

  • No support for this through ycqlsh
  • 2 types of support through the UI: (1) Per tablet server, which you can see on the tables tab of the tserver UI, but you’d have
haproxy

Improve this page

Add a description, image, and links to the high-performance 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 high-performance topic, visit your repo's landing page and select "manage topics."

Learn more