[Firebird-devel] INFORMATION_SCHEMA Not yet implemented in Firebird

2015-03-20 Thread marius adrian popa
INFORMATION_SCHEMA is Not yet implemented in Firebird The alternative on extracting metadata is described here http://www.alberton.info/firebird_sql_meta_info.html maybe we can implement it as a set system views like in mssql https://msdn.microsoft.com/en-us/library/ms186778.aspx

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-20 Thread James Starkey
The first and foremost question I must ask is what platforms that don't support C++ 11 are you prepared to write off? It's possible, I suppose, to write conditional code that supports for C++ 11 and legaccy C++, but from much experience, that's the formula for a disaster. Code must debugged in

[Firebird-devel] Y-valve and DPBs

2015-03-20 Thread Adriano dos Santos Fernandes
Hi! We have in the set of DPB constants: - Completely FB-engine features - Features uses in y-valve All these constants are mixed in the same number space. So we say we support multiple providers, but at the same time we expect that all providers has identical FB-engine features? How do non-FB

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-20 Thread Leyne, Sean
Jim, I think it would be vastly better for Firebird to address operating across cheap commodity servers than to optimize for exotic -- and hyper-expensive -- servers. Operating across servers is ... a cluster, which suggests MPI as the method to distribute messages between the nodes...

Re: [Firebird-devel] CMake iOS build

2015-03-20 Thread Alex Peshkoff
On 03/19/15 14:37, Egor Pugin wrote: Hi! With new CMake 3.2.1 it is possible to successfully build Firebird for iOS platform using CMake. Updated instructions for iOS build available at https://bitbucket.org/egor_pugin/firebird_cmake/wiki/Home The last issue you encounter during building

Re: [Firebird-devel] [Firebird-checkins] SF.net SVN: firebird:[61033] firebird/trunk/src

2015-03-20 Thread Alex Peshkoff
On 03/20/15 21:02, alexpeshk...@users.sourceforge.net wrote: Revision: 61033 http://sourceforge.net/p/firebird/code/61033 Author: alexpeshkoff Date: 2015-03-20 18:02:30 + (Fri, 20 Mar 2015) Log Message: --- Avoid limits on size of status vector in engine. Ensure

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-20 Thread Philippe Makowski
Sean, 2015-03-20 17:15 GMT+01:00 Leyne, Sean s...@broadviewsoftware.com: In the case of the PHI, having up to 61* helper processors which could be responsible for performing sorting/grouping for *any* running query (so a shared resource) would provide significant benefit. In the case of the

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-20 Thread Leyne, Sean
Jim, The problem with specialized processors is that they are a scarce resource that must be managed rather than shared. They're just dandy when a server has a single specialized load, but on a server with multiple clients, one guy gets the specialized processor and everyone one else

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-20 Thread Egor Pugin
Hi, What about just The power of C++11 in Firebird ? On 20 March 2015 at 23:44, James Starkey j...@jimstarkey.net wrote: I think it would be extremely difficult to implement both fine grain multi-threading and co-processor exploitation in a shared meta-data implementation. If Firebird were

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-20 Thread marius adrian popa
OpenCL 2.1 will be a c++ subset http://www.anandtech.com/show/9039/khronos-announces-opencl-21-c-comes-to-opencl I have cuda on my workstation (gtx 760) also i have a laptop with cuda gt also you can use it in amazone ec2 https://aws.amazon.com/articles/7249489223918169 but if you really want