HackerTrans
TopNewTrendsCommentsPastAskShowJobs

keshavmr

no profile record

Submissions

50 Years of SQL with Don Chamberlin, Computer Scientist and Co-Inventor of SQL

datacamp.com
1 points·by keshavmr·2 anni fa·0 comments

[untitled]

1 points·by keshavmr·2 anni fa·0 comments

SQL to Natural for Databases?

blog.planetnosql.com
1 points·by keshavmr·2 anni fa·0 comments

[untitled]

1 points·by keshavmr·2 anni fa·0 comments

[untitled]

1 points·by keshavmr·2 anni fa·0 comments

Lecture Video: Couchbase Capella Columnar: An in-depth technical overview

youtube.com
1 points·by keshavmr·2 anni fa·1 comments

comments

keshavmr
·10 mesi fa·discuss
"Six thousand years ago, Sumarians invented writing for transaction processing."... is the first sentence of the "Transaction Processing" book... https://www.amazon.com/Transaction-Processing-Concepts-Techn...
keshavmr
·2 anni fa·discuss
At the 2012 Turning Award conference in San Francisco, Prof William Kahan mentioned that he had a newer test suite available in 1993 that would have caught Intel's bug. Still, Intel did not run that.. Prof. Kahan was actively involved in its analysis and further testing. (I'm stating this just from memory).
keshavmr
·2 anni fa·discuss
In this article, we’ll give you an overview of the challenges of implementing column-wise storage for JSON and the techniques used to address these challenges.
keshavmr
·2 anni fa·discuss
Capella Columnar is an advanced real-time analytics database service from Couchbase, targeted for real-time data processing, offering SQL++ for processing JSON (semi-structured) data and more. This service enables data to be managed locally and streamed continuously from both relational and NoSQL databases, or simply process data on S3. The columns or fields of the source are directly mapped to a field in the JSON document at the destination automatically. This is really a zero-ETL operation. A key feature of this system is its ability to continuously stream data, making it immediately available for querying, thus ensuring near real-time data processing. The JSON analytics database engine is designed for MPP (Massively Parallel Processing), with a column store for JSON and a cost-based optimizer.