You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use connectorX to retrieve data from a table we have running on AWS RDS Postgress instance. We are retrieving the full table in our query. It works great in the QA environment with 100K records in the table , but in the environments where we have 11 Milliion records , I got a segmentation Fault error.
What are the steps to reproduce the behavior?
trying to load a large amount of data .
Database setup if the error only happens on specific data or data type
customerId , phone, email, data_1, data_2, data_3
total : 12 columns - String format
Example query / code
select * from table1
ordered by customer_id
What is the error?
zsh: segmentation fault python3.12 localRun.py
The text was updated successfully, but these errors were encountered:
hey @wangxiaoying , thanks for the reply..
1 . no , no changes in the data
2. running after a while, around 1-2 minutes.
3. no specific partition setting, just default options.
4. I will give a try and let you know the results
hey @wangxiaoying , thanks for the reply.. 1 . no , no changes in the data 2. running after a while, around 1-2 minutes. 3. no specific partition setting, just default options. 4. I will give a try and let you know the results
Thank you! Also, it would be great if you can also test on an older version like pip install connectorx==0.3.4a3.
What language are you using?
Python
What version are you using?
0.4.0
What database are you using?
PostgreSQL
What dataframe are you using?
Pandas
Can you describe your bug?
I was trying to use connectorX to retrieve data from a table we have running on AWS RDS Postgress instance. We are retrieving the full table in our query. It works great in the QA environment with 100K records in the table , but in the environments where we have 11 Milliion records , I got a segmentation Fault error.
What are the steps to reproduce the behavior?
trying to load a large amount of data .
Database setup if the error only happens on specific data or data type
customerId , phone, email, data_1, data_2, data_3
total : 12 columns - String format
Example query / code
What is the error?
zsh: segmentation fault python3.12 localRun.py
The text was updated successfully, but these errors were encountered: