<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/contrib/libs/miniselect/include, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-10-09T10:14:22Z</updated>
<entry>
<title>publishFullContrib: true for ydb</title>
<updated>2024-10-09T10:14:22Z</updated>
<author>
<name>maxim-yurchuk</name>
<email>maxim-yurchuk@yandex-team.com</email>
</author>
<published>2024-10-09T09:29:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80'/>
<id>urn:sha1:9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80</id>
<content type='text'>
&lt;HIDDEN_URL&gt;
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
</content>
</entry>
<entry>
<title>use miniselect</title>
<updated>2023-02-09T16:59:45Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@ydb.tech</email>
</author>
<published>2023-02-09T16:59:45Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=698b400d09b3c1c7aff6ebf986eb3dc3ced74a08'/>
<id>urn:sha1:698b400d09b3c1c7aff6ebf986eb3dc3ced74a08</id>
<content type='text'>
Для запроса 
%%
pragma UseBlocks;

SELECT
        RemoteIP as r
        FROM
            `yq-clickbench-local`.`hits_*.parquet`
        WITH
        (
                    format=parquet,
                    SCHEMA
                    (
                            RemoteIP INTEGER NOT NULL,
                    )
                )
      order by r limit 5
                ;
%%

время уменьшилось с 0.47c до 0,34с</content>
</entry>
</feed>
