Subject | Re: [Firebird-Architect] RFC: Improvements to External Tables |
---|---|
Author | Vlad Khorsun |
Post date | 2008-10-13T09:20:58Z |
>>>>> One would be through selectable Java procedures, using any (or ODBC)Of course
>>>>> JDBC driver. It will be read-only.
>>>>>
>>
>> Its performance killer, as for me.
>
> What I can say about performance is that external (C++ or Java)
> selectable procedure is not very slow. One could also use (for example)
> a CSV/XML/etc library and completely bypass JDBC or ODBC drivers. Of
> course, it will not have the same performance as an internal solution.
> But very good performance to import data on the database is not alwaysReally ? :)
> necessary.
> Anyway, I'm not against internal support. But instead of more ifs andPlugins is a good thing. The hard part is to define good clear interface... as usual ;)
> switches, we should define a plugin interface for external tables and
> implement them.
Regards,
Vlad