MeltanoLabs / MeltanoLabs/target-postgres
Performance Testing
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 23
- Avg merge
- 4h 45m
- Merged PRs (30d)
- 4
Description
Setup a test for how long it takes to load
- 10,000 records
- 100,000 records
- 1,000,00 records
Compare these to:
- current target-postgres
- loading directly to postgres with a psql import directly
Programmatically would be best here
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the target-postgres loading entry point and any existing tests or benchmark setup; the issue does not name specific files. Run loads of 10,000, 100,000, and 1,000,000 records, compare target-postgres with a direct psql import, and record the timings programmatically.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- databases, performance, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100