Re: Need help accessing the key array. [message #185446 is a reply to message #185434] |
Mon, 31 March 2014 11:37 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 3/31/2014 1:30 AM, J.O. Aho wrote:
> On 30/03/14 19:14, Jerry Stuckle wrote:
>
>> If you ever are going to have something different, my suggestion would
>> be to start using a database such as MySQL or PostgreSQL now. Using a
>> database means that all you have to do is update the database for new
>> items or attributes or a rate change, and the results will be reflected
>> in all of your pages. The database will also handle the searches for
>> you.
>
> Just a couple of inputs.
>
> Don't forget that PostgeSQL has support for arrays and json objects,
> which can be useful in some cases. (PostgrSQL can be find at a fair
> number of web hosting companies).
>
> Also I should mention neo4j, a good graph-database, if you need
> something which is fast for finding nested relations, there is an
> extension for PHP. (of course you will not find this at web hosting
> companies, you need to have your own VM)
>
I see no need for arrays or json objects in a database here. Or a graph
database, for that matter.
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
|
|
|