Didip Kerabat

Results 35 issues of Didip Kerabat

I modified the million benchmark to billion and it took forever to insert. Is it possible to expand the commit.Buffer to speed up the transaction?

**Reproduction Steps** ``` python region = 'us-east-1' aws_access_key_id = '' aws_secret_access_key = '' #1. Create CFN connection cfn_conn = boto.cloudformation.connect_to_region(region, aws_access_key_id=aws_access_key_id, aws_secret_access_key=aws_secret_access_key) #2. Fetch stacks stacks = cfn_conn.list_stacks() #3. Compare...

bug
cloudformation
needs-repro

When I use cProfile to observe my minify_assets function, one thing is clear: method inside slimit is called often. So I optimized the _process_bundle method to skipped files that ends...

Similar to `s3cmd sync`? If not, can I make a feature request to have sync?

enhancement

Fairly typical use-case, a bunch of goroutines are performing writes and a few goroutines are performing reads. ``` ================== WARNING: DATA RACE Write at 0x00c00014d8c0 by goroutine 109: runtime.mapassign_fast64() /usr/local/go/src/runtime/map_fast64.go:92...

I couldn't find such info in your godoc. Some data are transient by nature, it would be nice for ql to support rows with TTL.

I am able to power on/off the TV and open apps like YT or Netflix. But that’s about it. There is no volume control on my Home app. On the...

## Enhancements First of all, Trino compatibility docs should tell users that to have the same result as Trino, this has to be set: `SET global sql_mode='SORT_NULLS_LAST';` The following functionalities...

type/enhancement

### Steps to reproduce the behavior (Required) 1. Load 10TB TPC-DS data in Iceberg stored in S3. 2. Run query 24 and 78 using Trino dialect. 3. It will hang...

type/bug
no-issue-activity

For example, how can I configure the port that it listens to? The server is speaking HTTP protocol, yes?