-
-
Execute full sorting merge join algorithm in parallel.
**Idea 0**
Shard data by hash.
Execute multiple independent reads where data is filtered by `hash(join keys) % num_threads`.
This optimizat…
-
I have a website sitting on a domain example.com.
And most of the files sit on an amazon s3.
Over the s3 I gave CF distribution with subdomain images.example.com
but the images served unoptimised a…
-
If we implement https://github.com/mozilla/sccache/issues/30 to let local developers pull from the S3 cache, performance is going to be variable depending on network timings. It'd be nice as a future …
luser updated
7 years ago
-
Currently doing this results in a very poor query, listing every object (I think just in some-folder, but i have not looked too close) and then filtering in python.
```python
fs.glob("s3://bucket-…
-
```
The test below doesn't compile if the "-O2" optimization is enabled:
{{{
bool f();
struct S {
S();
~S();
};
void g() {
for (;;) {
S s1, s2, s3, s4, s5, s6;
if (f())
…
-
Hi,
I'm the dev for EWWW IO, and some of our users had asked for compatibility with your plugin.
I was looking through your plugin today, and it seems to work fine for new uploads, but optimizing an…
-
So far we have been using a single key per ASC on the KMS side and hence kept it as part of the configuration.
However, to support multiple key's per ASC along with appropriate key rotation, we need …
-
```
The test below doesn't compile if the "-O2" optimization is enabled:
{{{
bool f();
struct S {
S();
~S();
};
void g() {
for (;;) {
S s1, s2, s3, s4, s5, s6;
if (f())
…
-
**Is your feature request related to a problem? Please describe.**
We have a policy of using only STANDARD_IA storage class. Currently, there is no ability to specify the storage class to use in S3 A…