Lloyd-Pottiger

Results 14 issues of Lloyd-Pottiger

https://github.com/pingcap/tiflash The analytical engine for TiDB.

* [Tiflash](https://github.com/pingcap/tiflash) - The analytical engine for TiDB. [Apache-2.0] close #1198

**Use case** thanks @azat , we can profile on processor level by the `system.processors_profile_log` table. But we need to get the `query_id` first, and then query the system table. It...

feature

Signed-off-by: Lloyd-Pottiger ### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): support TTL for EmbeddedRocksDB > Information about...

pr-improvement
can be tested

## Enhancement table `github_events` partition by column `type`, so the return rows of table scan are all `WatchEvent` type. There is no need to do selection again in this case....

type/enhancement

**Is your feature request related to a problem? Please describe.** Add support for S^2-MLP: Spatial-Shift MLP Architecture for Vision. https://arxiv.org/abs/2106.07477 **Describe the solution you'd like** A clear and concise description...

enhancement

## Change Request **This repository is ONLY used to solve problems related to DOCS-CN. For other issues (TiDB, TiKV, etc), please move to [other repositories](https://github.com/pingcap/).** Please answer the following questions...

area/scheduling
area/diagnosis

## Feature Request **Is your feature request related to a problem? Please describe:** when we use `tiup cluster patch` patch more than one node, now tiup patch one by one,...

type/feature-request

https://github.com/DingXiaoH/RepMLP/blob/main/repmlpnet.py#L49 ```python def forward(self, inputs): x = F.adaptive_avg_pool2d(inputs, output_size=(1, 1)) x = self.fc1(x) ``` according to the paper, it may should be (h, w)?