turicas / turicas/rows

Should store `Table._rows` as columns instead of rows?

Open
#60 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement question rows.table
Dominant language
Python
Stars
886
Forks
137
PR merge metrics
No merged PRs in 30d

Description

May use array.array or something like this.

Pros:

  • Better performance to calculate manipulate data inside a column
  • Possibility to create/replace columns easily (and dinamically)

Cons:

  • Overhead to create a new row
  • Add a lot of complexity to Table.order_by

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.

Research direction

Start by reading the implementation of Table._rows and Table.order_by, then compare the proposed row-oriented and column-oriented designs against the listed performance, column replacement, row creation, and ordering trade-offs. Done would require a decided storage design and clearly defined acceptance criteria, which the issue does not currently provide.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.