Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15776

Re: Database written in PHP

From "J.O. Aho" <user@example.net>
Newsgroups comp.lang.php
Subject Re: Database written in PHP
Date 2015-10-24 19:15 +0200
Message-ID <d91sm7F4f4mU1@mid.individual.net> (permalink)
References <n0e8gq$stv$1@dont-email.me> <n0eao9$aos$1@dont-email.me> <n0fmt6$5do$1@dont-email.me> <n0g66e$ppb$1@dont-email.me>

Show all headers | View raw


On 10/24/2015 04:58 PM, Jerry Stuckle wrote:

> Not all database engines are heavyweight.  But those that are are that
> for a reason.  Making a reliable database engine is not a minor matter.
>  I looked at the ones J.O. pointed out, and I see nothing that will
> prevent data corruption by such things as concurrent updates from
> multiple applications.  Now maybe that's not important to you, but it is
> to anyone who cares about their site it should be.  Plus, I still don't
> see any performance comparisons for them - but they are going to be much
> slower than any SQL database written in a compiled language.

I wouldn't see any of them as something to be used in a production
environment, they are more proof of concept, that you can write a
database engine in PHP and learn the basics before moving toward
contributor for say MariaDB.

-- 

 //Aho

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-23 22:25 +0100
  Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-23 18:04 -0400
    Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:37 +0100
      Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-24 10:58 -0400
        Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 17:07 +0100
          Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-24 15:12 -0400
        Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 19:15 +0200
  Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-23 23:14 +0100
    Re: Database written in PHP Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-23 18:40 -0400
      Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-24 10:30 +0100
        Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:41 +0100
          Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-24 11:47 +0100
            Re: Database written in PHP Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-10-30 11:26 +0100
              Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2015-10-30 10:42 +0000
  Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 09:21 +0200
    Re: Database written in PHP James Harris <james.harris.1@gmail.com> - 2015-10-24 11:23 +0100
      Re: Database written in PHP "J.O. Aho" <user@example.net> - 2015-10-24 14:35 +0200
        Re: Database written in PHP Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-10-29 17:05 +0100
          Re: Database written in PHP Matthew Carter <m@ahungry.com> - 2015-10-29 21:46 -0400
  Re: Database written in PHP robamman2020@hotmail.com - 2020-04-01 23:38 -0700
    Re: Database written in PHP Tim Streater <timstreater@greenbee.net> - 2020-04-02 09:01 +0100
      Re: Database written in PHP Arno Welzel <usenet@arnowelzel.de> - 2020-04-02 17:00 +0200
        Re: Database written in PHP minajaich@gmail.com - 2020-04-14 22:44 -0700
        Re: Database written in PHP "J.O. Aho" <user@example.net> - 2020-04-15 08:04 +0200
          Re: Database written in PHP minajaich@gmail.com - 2020-04-15 00:35 -0700
            Re: Database written in PHP "J.O. Aho" <user@example.net> - 2020-04-15 13:14 +0200
              Re: Database written in PHP Man From a city with name Viljandi <ya12983@mail.com> - 2021-03-29 10:31 -0700

csiph-web