tanjialiang

Results 17 issues of tanjialiang

Summary: Adds externalReserve(pages) API to allocators. This allows tracking externally allocated memory without sparing resources to do actual allocations. Differential Revision: D38255367

CLA Signed
fb-exported

Summary: X-link: https://github.com/facebookexternal/presto_cpp/pull/824 Allow callers to provide a callback for cleaning up any uncleaned memory usage from the iobuf. This will be used to support memory tracking. Differential Revision: D38255368

CLA Signed
fb-exported

Add component for the use case of Batch Velox. The added components include: * Prestissimo worker http client wrapper as a single worker communication endpoint. * Prestissimo worker task result...

Added 2 properties: * use_mmap_arena -> tells the underlying MmapAllocator to use MmapArena if set to true * mmap_arena_capacity_ratio -> the ratio used to determine a single MmapArena capacity to...

Expression runner is used to run custom expressions with custom input data. One of the use case scenarios is when ExpressionFuzzer run fails, it preserves the failed expression and its...

CLA Signed

Extract generateFilePath() out to be a single place to remove duplicate code.

CLA Signed

This session property will allow file creation option setting on per query basis. This functionality is for Presto native only. ``` == NO RELEASE NOTE == ```

This per test sanity check allows test to reveal failures on test level instead of on the entire suite level. This will greatly reduce the time engineers spent in locating...

CLA Signed

Add additional stats reporting for spill in PeriodicStatsReporter

CLA Signed