Announcement

Collapse
No announcement yet.

SQLite 3.16 Released, Uses Less CPU Cycles & Adds Experimental PRAGMA Support

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SQLite 3.16 Released, Uses Less CPU Cycles & Adds Experimental PRAGMA Support

    Phoronix: SQLite 3.16 Released, Uses Less CPU Cycles & Adds Experimental PRAGMA Support

    SQLite 3.16.0 was released today and it's quite a feature-packed release for being the first update of 2017...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    thanks for the pointer, update pushed in T2: http://t2-project.org/packages/sqlite.html

    Comment


    • #3
      It should be 'fewer CPU cycles'. Fewer is for things your can count. Less is for continuous quantities. Finally an English rule a programmer can understand natively.

      Comment


      • #4
        Originally posted by willmore View Post
        It should be 'fewer CPU cycles'. Fewer is for things your can count. Less is for continuous quantities. Finally an English rule a programmer can understand natively.
        Pointless post, but I couldn't resist.

        Comment


        • #5
          AFAIK, the database of sqlite is rather slow, have they sped that up

          Comment


          • #6
            Ah, the world’s most popular DBMS. Odds are you have a copy in your pocket or purse.

            Comment


            • #7
              Originally posted by Anvil View Post
              AFAIK, the database of sqlite is rather slow, have they sped that up
              "Rather slow" is a bit too generic to comment on. I've actually benchmarked Sqlite rather recently. It's faster to read and slower to write than JavaDB.
              Also keep in mind that in order to keep size small, Sqlite isn't usually compiled with all features enabled.

              Comment


              • #8
                sqlite is fast enough for small databases that dont have much traffic.

                Comment

                Working...
                X