|
Archives of the TeradataForumMessage Posted: Tue, 02 Mar 2004 @ 22:19:15 GMT
Duane, First of all, thanks a lot for posting the update on "Concurrent Loads". It is good to see you got them working but I am concerned about the row level locking problems. Will have to read again the whole thread to understand them better.
I was interested in some of these languages and posted a question about them in September or October last year. You might be able to find the thread in the archives. There have been more threads on Unicode lately. I'll just comment here that you don't have to do anything to implement German or Latin (do you really mean Latin, BTW?!). They are just a part of the standard "Latin" character set. Greek and Russian are not a part of "Latin", as implemented in Teradata. They can be easily implemented in Unicode character set, though. The downside is that you will have to allocate two bytes for each character as Unicode on the server side is UTF-16, not UTF-8. It is a pity as these languages are essentially based on 1-byte encodings (or even 7-bit), so some prefer to use customized character sets to save space. It can be done but it is messy and is only worth it if you can save a lot on disk storage. If you plan to convert everything to Unicode, then storage costs are probably of no concern to you. You should not encounter any particular problems with these languages. After all, it's only a few dozens characters, counting upper and lower case.
I found "SQL Ref - Vol 1 Fundamentals" useful for general information on multiple language support. Doc ID = B035-1101-061A (applies to R4.1). More information is scattered all over the place in many other documents, like Utilities manuals, ODBC and JDBC driver user guides etc. They are essential for client side settings. It is important to monitor the whole data flow chain. One unwanted implicit code page conversion during ETL can spoil the data. Hope you can start from here. Regards, Victor
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||