jm
|
| Posted: 02/22/2006, 7:03 AM |
|
this what is happeing when I use a database with 20000 records, CCS it takes a long time to use the wisards, when database is empty not an issue
any ideas what I am doing wrong
Thank you
|
|
|
 |
mamboBROWN
Posts: 1713
|
| Posted: 02/22/2006, 8:33 PM |
|
jm
I have a database with over 21,000+ records and I have not had any problems with the wizards at all. I would suggest that you contact support http://support.yessoftware.com . What version of CCS are you using?? What environment are you working with??? Do you have proper table indexes?? Is your query efficient?? Just some questions that you might want to think about.
|
 |
 |
wkempees
|
| Posted: 02/23/2006, 1:36 AM |
|
It's in the MySQL Odbc driver.
I posted a while back the multi million row database problem.
When in design you will almost always have odbc in use.
It has problems with large data keys, indexes and counting.
I solved it, indeed, by using a smaller extraction for dev purpose.
Walter
"jm" <jm@forum.codecharge> schreef in bericht
news:243fc7d48ae06e@news.codecharge.com...
>
> this what is happeing when I use a database with 20000 records, CCS it
> takes a
> long time to use the wisards, when database is empty not an issue
> any ideas what I am doing wrong
> Thank you
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|