Forum Replies Created

Viewing 15 posts - 916 through 930 (of 3,658 total)

  • RE: Database Development Made Easy?

    For destructive deployments we had an explicit DBA schema so the relevant data could backed up and be rolled back.  The deployment/rollback usually involved some form of sp_rename for the...

  • RE: Graphing Performance

    Certainly HIVE gives a sort of SQL called HQL which is based on the MySQL dialect.
    Cassandra has CQL, Aerospike has AQL and Couchbase has NiQL.
    Apache Spark goes for...

  • RE: Graphing Performance

    Steve Jones - SSC Editor - Tuesday, August 29, 2017 10:34 AM

    Well, keep in mind that NoSQL has meant "Not-Only-SQL" for some,...

  • RE: Graphing Performance

    The thing with NOSQL is that it is not a single thing, it's a massive range of things.  Each one is intended to solve a particular problem.  The trick is...

  • RE: Graphing Performance

    When I was experimenting with Neo4J I found that consistent performance was a strength.  A 4 hop query seems to take the same amount of time regardless of data volumes

  • RE: Graphing Performance

    There are similarities between Gremlin and Cypher.  I'm not confident to say one way or the other but have noticed the pictorial style of the MATCH statement looks just like...

  • RE: Graphing Performance

    I saw recently a paper comparing the performance of Postgres, MySql, Oracle and SQL Server.  As loads got more complex so the difference in performance between the proprietary and the...

  • RE: Jumping Ahead

    I spent some time working through the Vagrant tutorials.  There are a number of pre-canned virtual boxes with all sorts of software as part of the box.  This allows you...

  • RE: Jumping Ahead

    Excellent editorial Steve.  I've spent 3 years playing with all sorts of data technologies and have learned some hard lessons.

    1. There are some fundamental disciplines that must not...

  • RE: Hiring Heterogeneously

    djackson 22568 - Monday, August 21, 2017 8:50 AM

    Jeff Moden - Monday, August 21, 2017 12:22 AM

  • RE: Hiring Heterogeneously

    TomThomson - Sunday, August 20, 2017 7:09 PM

    David.Poole - Thursday, August 17, 2017 4:03 AM

  • RE: Hiring Heterogeneously

    This is a timely rerun of this editorial, particularly with the events that have taken place in Charlottesville recently.  We have to understand the difference between 

    • Diversity
  • RE: What's in your CLR?

    Since the original editorial we've had Solomun Rutzky's excellent Stairway to SQL CLR series which pretty much drove a stake through the heart of a lot of the...

  • RE: My Problem, or Yours?

    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth.

    Ideally I'd like a script I can run to do as many smoke tests...

  • RE: To-do list: good, bad or indifferent?

    If it needs doing we raise a user story so that it is visible and can be prioritised.  These stories can be relatively minor TODO list type items or something...

  • Viewing 15 posts - 916 through 930 (of 3,658 total)