Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

import file text type

0 views
Skip to first unread message

ivh

unread,
Oct 2, 2008, 6:47:29 PM10/2/08
to
hi, any idea to load one file type text delimit with ',', i
try with the LOAD method but i don't now if exist another
method mores fast to input the information to my database .


thanks all

Josh Savill [Sybase iAnywhere]

unread,
Oct 3, 2008, 9:46:34 AM10/3/08
to
What version and build of SQL Anywhere?

LOAD TABLE ... ROW DELIMITED BY ... is probably your best approach for speed.

Are you having difficulties?

--
Joshua Savill
Sybase iAnywhere - Product Manager

ivh

unread,
Oct 3, 2008, 10:11:11 AM10/3/08
to
thanks, i try with asa 9.0.2.3420, my information
incremental by month , and the result is the load table to
my db is slow, my table are 8 columns and 20,000 regs and
put table is aprox 10 min. this is my problem, any idea to
incremental speed the process.

thaks all.

Josh Savill [Sybase iAnywhere]

unread,
Oct 3, 2008, 10:42:05 AM10/3/08
to
How are you starting the database? Can you provide the command line?

Is there other uses in the database at the time of the LOAD TABLE? There could be blocking as the
LOAD TABLE requires a write lock for the whole table. When you run LOAD TABLE also run sa_locks() to
see if the connection is blocking.

0 new messages