Skip to content

Postgres docs#36

Open
sudhanshud11 wants to merge 3 commits intomasterfrom
postgres-docs
Open

Postgres docs#36
sudhanshud11 wants to merge 3 commits intomasterfrom
postgres-docs

Conversation

@sudhanshud11
Copy link
Copy Markdown
Collaborator

Description

Please provide a brief summary of your changes. Explain what you have done, what you are doing, and why you have chosen to do it this way.

Issue(s) Solved

Please list the issue(s) that are addressed by this PR.

Copy link
Copy Markdown

@orca-security-in orca-security-in Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

"password": "dg",
"batch_size": 1,
"throttle": "10ms",
"timeout": "30s"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we supporting timeouts?? is it there for mysql as well?? is this supported in code??

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its connection timeout, supported in code as well, not present for mysql

Copy link
Copy Markdown
Contributor

@rahullamba0216 rahullamba0216 Dec 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a task for that to keep uniformity in features where ever possible

- Ensure user has INSERT privileges on target tables
- Use appropriate `batch_size` and `throttle` to control load rate
- When `clear_data` is enabled, the target table is truncated using `TRUNCATE TABLE ... RESTART IDENTITY CASCADE`, which resets sequences and cascades to dependent tables
- Connection uses `sslmode=disable` by default
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also these features were not enabled in mysql or atleast not mentioned in docs....if features are there but not mentioned in doc, create a task to add in mqsql.mdx as well

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are using sslmode=disable only and not supporting sslmode enable

Copy link
Copy Markdown
Contributor

@rahullamba0216 rahullamba0216 Dec 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i mean clear_data is there in mysql as well right?? but not mentioned in doc...so for uniformity we can add this as well in mysql.mdx file or whatever to make feature info consistent...

rahullamba0216
rahullamba0216 previously approved these changes Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants