-
Notifications
You must be signed in to change notification settings - Fork 27
FEAT: Performance Improvements in Fetch path #320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+2,044
−357
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
081f3e2
OPTIMIZATION #1: Direct PyUnicode_DecodeUTF16 for NVARCHAR conversion…
bewithgaurav c7d1aa3
OPTIMIZATION #1: Direct PyUnicode_DecodeUTF16 for NVARCHAR conversion…
bewithgaurav 94b8a69
OPTIMIZATION #2: Direct Python C API for numeric types
bewithgaurav 7159d81
docs: Update OPTIMIZATION_PR_SUMMARY with OPT #2 details
bewithgaurav ef095fd
OPTIMIZATION #3: Metadata prefetch caching
bewithgaurav 7ad0947
OPTIMIZATION #3 (FIX): Remove unused columnSize variables (Windows bu…
bewithgaurav 55fb898
OPTIMIZATION #4: Batch row allocation with direct Python C API
bewithgaurav e1e827a
docs: Update OPTIMIZATION_PR_SUMMARY with OPT #4 details
bewithgaurav 18e5350
OPTIMIZATION #4 (FIX): Remove unused columnSize variables (Windows bu…
bewithgaurav 3c195f6
OPTIMIZATION #5: Function pointer dispatch for column processors
bewithgaurav c30974c
docs: Complete OPTIMIZATION_PR_SUMMARY with OPT #3 and OPT #5 details
bewithgaurav 201025f
Fix script
bewithgaurav 5e9a427
PERFORMANCE FIX: Use single-pass batch row allocation
bewithgaurav 797a617
test: Add comprehensive NULL handling test for all numeric types
bewithgaurav 81551d4
test: Add LOB and NULL tests for GUID/DATETIMEOFFSET to improve coverage
bewithgaurav 3e9ab3a
perf: Remove wasteful OPT #3 metadata duplication
bewithgaurav 9b0ff30
docs: Simplify PR summary focusing on implemented optimizations
bewithgaurav 1d712e5
Suppress s360 for WChars to make it faster
bewithgaurav cc7282e
Suppress s360 for WChars to make it faster
bewithgaurav 02fc960
Restore s360 fix
bewithgaurav 757ef84
more tests
bewithgaurav 8e84080
Update PR Summary
bewithgaurav b6ea039
more tests for coverage
bewithgaurav ceaa5ba
PR Summary reformat
bewithgaurav 0730e1d
PR Summary
bewithgaurav 414151f
PR Summary
bewithgaurav 1276aa6
10 averages and pyodbc conn string fix
bewithgaurav e94365f
refactor: Move inline processor functions to header file
bewithgaurav c9364e8
refactor: Move inline processor functions and required structs to hea…
bewithgaurav fd6c8e8
Merge remote-tracking branch 'origin/bewithgaurav/perf-improvements'
bewithgaurav 15ce44e
fix: Remove static from FetchLobColumnData to fix linker error
bewithgaurav ea19bd0
feat: Add NULL checks for all Python C API calls
bewithgaurav 54a3f99
OPTIMIZATION #6: Consistent NULL checking before all processor calls
bewithgaurav 2045263
Fix two-phase allocation pattern and PyList_Append reallocation issue
bewithgaurav e3258cd
Improvements and comments fixed
bewithgaurav 7450314
Add comprehensive stress tests and fix NULL check in UTF-16 decode
bewithgaurav c443a82
Improve test coverage and Windows compatibility
bewithgaurav 26f8157
Remove unused unix_buffers.h
bewithgaurav 6542674
PR Summary changed
bewithgaurav b5a2d82
Add SQL_DOUBLE and NULL GUID coverage tests
bewithgaurav 2d34574
gitignore restored
bewithgaurav 5d319d1
removed PR summary
bewithgaurav 55e20c6
remove the buggy GUID test
bewithgaurav c26902c
kicking off the pipelines again
bewithgaurav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.