Viewing 15 posts - 1 through 15 (of 16 total)
We have a hundred customers with various versions - some customers are 2 major releases behind, some are a few point releases.
When we went live with our first customer, I...
April 9, 2015 at 11:52 am
Every time I go to a Datastax-Cassandra event, I keep hearing about the "legacy RDMS" and how NoSQL, and Cassandra specifically, are going to do them in.
After getting an idea...
April 2, 2015 at 10:07 am
We have a hundred plus customers, where our software and databases are installed on-site.
All but a few of our customers are on the same major and point release.
We have a...
March 2, 2015 at 10:46 am
I took an interesting one-day course from DataStax on Apache Cassandra - a big data solution used by Netflix, Comcast, eBay, and dozens of other companies.
Like what Twitter uses, it's...
April 17, 2014 at 10:35 am
Interesting - I wouldn't have suspected that UNION makes the result set from each separate select "distinct".
I would guess that a "UNION" is really a "UNION ALL", with a subsequent...
May 14, 2013 at 10:02 am
Joe,
Thanks for the lesson.
A question:
Regarding "assembly language bits", we have a case where we need to track historic medical data for patients (problems), and track if it's resolved or not....
September 11, 2012 at 12:58 pm
Nicely done. Something to keep in mind when testing.
August 1, 2012 at 12:57 pm
I am not sure I agree with,
"Data auditing is the process of doing a profile check and assessing the quality of data, to find how accurate it is. This can...
November 28, 2011 at 3:45 pm
I've driven to work three times in the last 10 or so years. The rest of the time it's been transit - bus/walking and Skytrain. It takes about 30 minutes...
September 1, 2011 at 10:00 am
I haven't had a raise in 4 years. Our company is just hitting break-even now, so I don't mind, but I was hoping for more stock options.
That said, my salary...
August 17, 2011 at 9:31 am
Apparently, corporations are sitting on a hoard of trillions of dollars that they are afraid to spend (or don't know how to spend).
And yet they still cut back, lay...
August 17, 2011 at 9:29 am
We evaluated an in-memory database a while back (Times Ten), and data was persisted to disk, just not as frequently. The database read all the data from disk into memory...
July 26, 2011 at 10:05 am
Another quick fix - the size computation is missing for columns of type "varbinary" - I added this to the long query that computes the column type, length, and nullability:
WHEN...
April 7, 2010 at 12:04 pm
No problem, and thanks for the excellent script.
I am planning to use a modified version to help manage our internal database version control - roll up patch directories back into...
April 7, 2010 at 11:10 am
There's a bug in this script at approximately line 82 - details below.
At line 56, you go to the trouble of figuring out the OBJECT_ID for the table using the...
April 6, 2010 at 11:51 pm
Viewing 15 posts - 1 through 15 (of 16 total)