-
We noticed the most recent version of the "IndexOptimize - USER_DATABASES" job was slow on one of our test/prod instances on both SQL Server 2014 and 2016. This instance has a few databases with many …
-
The database version takes 3m while the in-memory version only takes 5s to parse 5,000 modules and create the portable. Maybe there is some optimization could speed up the database version. Like:
-…
-
> BTW, once I noticed that `set` is 4 times slower than `minmax` with the same data.
>
> ```sql
> set max_threads=1;
>
> create table ind_minmax(A Int64, B Int64, index x1 B type minmax granula…
-
This accounts for 0.3% of CPU in one recent profile.
I believe that the internal executor queries were the main cause of this.
Jira issue: CRDB-44159
-
I think for a start this can be a standard cluster:
* [ ] 1 node. I think we may separate LLM service into a different node later on
* [ ] 1 postgresql database. I suppose RDS. Start with may `db.t4…
-
_Original ticket http://projects.scipy.org/numpy/ticket/274 on 2006-09-06 by atmention:teoliphant, assigned to unknown._
Currently N-D Boolean indexing works by creating intermediate integer index ar…
-
**Describe the bug**
I'm using a custom board with an STM32F446 inside and a 24MHz crystal oscillator for HSE. I want to generate a 25MHz via MCO2 output. To do so, i want to use pll-i2s cloc…
-
### This feature is VS Code specific
- [X] VS Code specific
### Use case
My workflow involves switching between projects when I want to work in another repo/folder, as opposed to keeping them all o…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## Describe the proposal
EN: With more and more indi…
-
Like https://github.com/dotnet/efcore/issues/29623.
[PG documentation](https://www.postgresql.org/docs/current/datatype-json.html#JSON-INDEXING)
The simple, general thing is to create an express…