The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> C Programming
|
Manage big data properly with libpq, c++
Discuss Manage big data properly with libpq, c++ in the C Programming forum on Dev Shed. Manage big data properly with libpq, c++ C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

August 25th, 2012, 09:32 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Posts: 3
Time spent in forums: 44 m 34 sec
Reputation Power: 0
|
|
|
Manage big data properly with libpq, c++
Hello
I am Alin and I am programmer using C++, libpq, PostgreSQL,PL/SQL.
I have only 2 months experience with Postgresql but I still learn.
I have worked at GIS project for a company.
The database is big having many tables. Some tables are 4 GB almost. The tables contains data from all Europe, that's why are so big. My problem is how to manage the big tables properly.
I made tunning for server Postgresql, I indexed some tables
but I am disappointed because of low performance.
Obviously the queries are slow.
I have a computer with raid HDD and 8 GB RAM.
I tried to read a table using cursor and fetch command but
it does not work ( it takes very long time).
I would like to read some advices regarding this issue.
The data provider do not want to split data per country, for example, to make me life easier. I do not know why but for me it is a stupid thing to have big tables with data from all Europe.
Please tell me about some technics to speed up the processing data.
Thank you
Best regards,
Alin
|

August 26th, 2012, 05:27 PM
|
 |
I'm Baaaaaaack!
|
|
Join Date: Jul 2003
Location: Maryland
|
|
|
Why are you asking a database question in a C/C++ forum? Is it because you program in C/C++? If so, clearly you don't know anything about databases because the language you use to interface with the program is totally irrelevant to the performance of the database.
|

August 27th, 2012, 01:55 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Posts: 3
Time spent in forums: 44 m 34 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by mitakeet Why are you asking a database question in a C/C++ forum? Is it because you program in C/C++? If so, clearly you don't know anything about databases because the language you use to interface with the program is totally irrelevant to the performance of the database. |
Yes, I use C++ and libpq.
I do not know what section is more suitable for my thread.
I was in hury.
|

August 27th, 2012, 04:40 AM
|
 |
I'm Baaaaaaack!
|
|
Join Date: Jul 2003
Location: Maryland
|
|
|
How about a forum devoted to Postgresql?
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|