Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Improve `SELECT text` performance

Open
#177 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp, postgresql

Research direction

Start by profiling the SELECT text path and comparing it with the PostgreSQL protocol, focusing on Apache Arrow RecordBatch construction, RecordBatchWriter, and PostgreSQL's SPI_getbinval(). Determine whether copying into RecordBatch or SPI_getbinval()/nocachegetattr() dominates, then measure the completed change against the PostgreSQL protocol baseline.

Written by the indexing model from the issue text.

Description

It's slower than the PostgreSQL protocol.

The followings may be related but we need to look into it:

Dominant language
C++
Stars
116
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/arrow-flight-sql-postgresql

All issues in apache/arrow-flight-sql-postgresql

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.