From sunshine at public.kherson.ua Thu Jun 1 09:36:55 2006 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Thu Jun 1 01:37:02 2006 Subject: Stan's slow problem [located?] In-Reply-To: <9692DBD4-7FDD-47A5-A9CD-6AAA0FE6A1B6@mac.com> Message-ID: On 5/31/06 10:20 PM, "Stan Busk" wrote: Hi Stan, Okay, I was able to use Apple's Performance Tools to see where is problem in your case. With that Country Rating. I see that is called Find_NotIndexed 94% of time !!!! FindValue I.e. You should see about 20 times slow down, right ? And reason is that you do something as WHERE fld = xxx Where fld field is not indexed. Hmm, not clear why 2.2 is fast for you ... -------------------- I recommend you download and install V4RB 2.4 b10 Then try to use new feature EXPLAIN. For this before do your SQL query you need turn ON The WARNING mode. To do this you need simply add one line: db.SqlExecute( "SET PROPERTY WarningMode TO TRUE" ) db.SqlExecute( your query ) Now after your query done, go to your app folder You should see Warnings_log. Open it Here you should see very detailed info about each step of query. I expect that you will see WHICH field do that not indexed search. Let me know result. -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed] From sunshine at public.kherson.ua Thu Jun 8 11:52:50 2006 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Thu Jun 8 03:53:01 2006 Subject: Attention To All C++ developers. In-Reply-To: Message-ID: On 6/6/06 6:14 PM, "Matthew Jew" wrote: Hi Mathew, Hi All C++ Developers. I'd like to invite all C++ developers that use Valentina SDK to join IRC chat of our team. You can use this chat to discuss any C++ related issues. If you want, please contact me off list, I will send you info how to connect to our IRC channel. -- Mathew, I am starting check your project. -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed] From sunshine at public.kherson.ua Sun Jun 18 08:57:22 2006 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Sun Jun 18 00:57:32 2006 Subject: Old version of valentina for Windows In-Reply-To: <17b1d5b3240710f77d5351179835e690@yhb.att.ne.jp> Message-ID: On 6/17/06 2:03 PM, "ron" wrote: > Well, I learn something new today! However, it does not import a text > file to 1.x db and that it what I was hoping it would do. > Thanks for your help, > Ron > > On Jun 17, 2006, at 3:30 PM, Ruslan Zasukhin wrote: > >> On 6/17/06 5:01 AM, "ron" wrote: >> >>> I need to old in order to _produce_ an old 1.x vdb. I didn't think >>> Studio could do that? >> >> It can >> >> It have 1.x plugin. >> >> Open Help->plugins, if needed enable 1.x plugin >> >>> I have an application that still uses the old format and need to add >>> some other db's to it. >> -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed]