test: adding performance test with SQLGetData - #1651
Closed
KanchanShu wants to merge 3 commits into
Closed
KanchanShu wants to merge 3 commits into
KanchanShu wants to merge 3 commits into
Conversation
KanchanShu
force-pushed
the
test_SSAS
branch
from
September 3, 2026 07:38
587c2e7 to
b3ae745
Compare
shivamd-gpartner
approved these changes
Sep 3, 2026
| TEST(DataFetchPerformanceTest, TransformDataFetchUsingSQLGetData) { | ||
| auto conn = std::make_shared<ODBCHandles>(); | ||
|
|
||
| std::string const conn_str = kDefaultConnectionString; |
Contributor
There was a problem hiding this comment.
this is utilising REST path , append ";AllowHtapiForLargeResults=1;HTAPI_ActivationThreshold=0;"; like for other test cases which are fetching data
Collaborator
|
@KanchanShu, @shivamd-gpartner There are performance tests for Please close this PR if it is obsolete. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a performance test to mimic the data-fetching flow used by SQL Server Analysis Services (SSAS) when retrieving data through the ODBC driver.
Changes
TransformDataFetchUsingSQLGetDataperformance test.all_bq_types_2integration test table containing a wide range of BigQuery data types.SQLFetch.SQLGetDatawithSQL_C_WCHAR.SQLNumResultCols.Purpose
The test is intended to reproduce the row-by-row and column-by-column ODBC data retrieval pattern observed when SSAS imports data through the driver. It provides a reproducible performance benchmark for investigating and comparing driver behavior in an SSAS-like workload.
Performance Benchmark
Performance benchmark results can be found here:
[Performance Benchmark Results