|
nop_90
|
 |
« Reply #15 on: September 18, 2009, 02:36:27 PM » |
|
having to do some work to create an AI field, fork that!
If u are doing AI. Durus is probably ur best bet. In a nutshell like zodb, except entire DB is loaded in memory. http://www.mems-exchange.org/software/durus/
|
|
|
|
|
Logged
|
|
|
|
|
lamontagne
|
 |
« Reply #16 on: September 18, 2009, 02:41:41 PM » |
|
nop lies to you, flat file is best for everything.
|
|
|
|
|
Logged
|
"Long time no see. I only pray the caliber of your questions has improved." - Kevin Smith
|
|
|
|
nop_90
|
 |
« Reply #17 on: September 19, 2009, 03:05:18 AM » |
|
does xml count as a flat file  never used it, but an interesting idea http://www.modis.ispras.ru/sedna/Sedna is a free native XML database which provides a full range of core database services - persistent storage, ACID transactions, security, indices, hot backup. Flexible XML processing facilities include W3C XQuery implementation, tight integration of XQuery with full-text search facilities and a node-level update language. I am not sure if it is a "flat file" but if I am not mistaken, it is stored as an actual xml file 
|
|
|
|
|
Logged
|
|
|
|
|
vsloathe
|
 |
« Reply #18 on: September 21, 2009, 11:06:24 AM » |
|
nop lies to you, flat file is best for at most, about 10% of real-world applications, unless you're a scripter.
FTFY
|
|
|
|
|
Logged
|
hai
|
|
|
|
lamontagne
|
 |
« Reply #19 on: September 21, 2009, 12:23:34 PM » |
|
nop lies to you, flat file is best for at most, about 10% of real-world applications, unless you're a scripter.
FTFY I'm gonna say something that I think will really irritate you now... There is no difference between a compiled language and a scripting language. And there are no other types of databases besides flat file databases. :-)
|
|
|
|
|
Logged
|
"Long time no see. I only pray the caliber of your questions has improved." - Kevin Smith
|
|
|
|
vsloathe
|
 |
« Reply #20 on: September 21, 2009, 12:39:32 PM » |
|
You know what I mean.
Scripter vs. application developer.
Obviously there is no technical difference between the two. If you want to tell me there's no performance difference between the two, well then prepare to be mercilessly ridiculed.
|
|
|
|
|
Logged
|
hai
|
|
|
|
perkiset
|
 |
« Reply #21 on: September 21, 2009, 12:55:29 PM » |
|
LOL this should be good. Depending on subjective interpretation of the essence of your statement Lamont, you are both 100% correct and absolutely wrong  
|
|
|
|
« Last Edit: September 21, 2009, 04:18:15 PM by perkiset »
|
Logged
|
It is now believed, that after having lived in one compound with 3 wives and never leaving the house for 5 years, Bin Laden called the U.S. Navy Seals himself.
|
|
|
|
isthisthingon
|
 |
« Reply #22 on: September 21, 2009, 01:21:43 PM » |
|
There is no difference between a compiled language and a scripting language. And there are no other types of databases besides flat file databases. No irritation here  Just  my ass off because I think Rupert Murdoch must have ventured into the IT "News" arena, and someone believed what they heard. Your statements are wrong on every level - even on the flimsy and narrow slices of defensible logic such as: There is no difference between a compiled language and a scripting language........ Since they both execute inside of a computer But out of curiosity, was that simply fishing for a reaction or do you honestly hold these views?
|
|
|
|
|
Logged
|
I would love to change the world, but they won't give me the source code.
|
|
|
|
perkiset
|
 |
« Reply #23 on: September 21, 2009, 01:32:45 PM » |
|
Just for giggles, let me take a shot. "Compiled and scripted languages are exactly the same." Well, since both of them eventually get to assembly and execution this is not that tough. Since all of the PHP libraries are compiled and simply linked dynamically by a "script" called a php program, it is late-linked, but precompiled. The linkage is scripted, but the executable code is compiled. Since we could go round looking at the different assembly created by different compilers and linkers, it is clear that there is no hard standard for the way code muse look when compiled, so if it's machine code when executed, it's ostensibly the same. (Bear in mind I find that argument 99% crap). "There are no other types of databases besides flat files." Well, since my flat files can be made to be fixed length, and I can build indicies pointing into them for quicker, non-serial search access, this is viable. It is assertable that the file containing a table is flat, it's just managed nicely. That things like primary keys and intertable relationships are purely bolt ons. At what point, if I built a flat-file database using a class that included code to trigger an event on the addition of a record to update some other tables because of a primary ID that was shared among other flat tables, would it go from being a flat file to a database? (Bear in mind that I find that argument about 95% crap). 
|
|
|
|
|
Logged
|
It is now believed, that after having lived in one compound with 3 wives and never leaving the house for 5 years, Bin Laden called the U.S. Navy Seals himself.
|
|
|
|
lamontagne
|
 |
« Reply #24 on: September 21, 2009, 01:37:50 PM » |
|
i wish i could find a way to make money throwing bait to you guys instead of social networks...
|
|
|
|
|
Logged
|
"Long time no see. I only pray the caliber of your questions has improved." - Kevin Smith
|
|
|
|
perkiset
|
 |
« Reply #25 on: September 21, 2009, 02:15:55 PM » |
|
|
|
|
|
|
Logged
|
It is now believed, that after having lived in one compound with 3 wives and never leaving the house for 5 years, Bin Laden called the U.S. Navy Seals himself.
|
|
|
|
isthisthingon
|
 |
« Reply #26 on: September 21, 2009, 02:49:08 PM » |
|
i wish i could find a way to make money throwing bait to you guys instead of social networks... What's your PayPal account? That was so worth it  Nice one la (BTW - you were actually 100% correct on both assertions)
|
|
|
|
|
Logged
|
I would love to change the world, but they won't give me the source code.
|
|
|
|
lamontagne
|
 |
« Reply #27 on: September 21, 2009, 03:01:49 PM » |
|
it's one of those things that's both right and wrong primarily depending on semantics and how you look at things... Its like saying that 2-1=1 is the same as (2*1)-1=1 ... you can argue about it all day, nobody will win...
|
|
|
|
|
Logged
|
"Long time no see. I only pray the caliber of your questions has improved." - Kevin Smith
|
|
|
|
isthisthingon
|
 |
« Reply #28 on: September 21, 2009, 03:06:18 PM » |
|
it's one of those things that's both right and wrong primarily depending on semantics and how you look at things... Its like saying that 2-1=1 is the same as (2*1)-1=1 ... you can argue about it all day, nobody will win... I was totally kidding  That's awesome 
|
|
|
|
|
Logged
|
I would love to change the world, but they won't give me the source code.
|
|
|
|
isthisthingon
|
 |
« Reply #29 on: September 21, 2009, 03:17:51 PM » |
|
Would you call that a re-bait? 
|
|
|
|
|
Logged
|
I would love to change the world, but they won't give me the source code.
|
|
|
|