senthadev's comments

senthadev | 11 years ago | on: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters

This is an example where SQL can be written in multiple ways to get the same result. It doesn't matter how many lines SQL contains since its all depends on how the database engine going to execute it. Therefore, pipeSQL's main aim is to make it easier to read and understand the query after couple of days/weeks :) .

senthadev | 11 years ago | on: Show HN: PipeSQL – Building SQL queries bottom-up using pipes and filters

Main aim of this tool is to create complex queries in a bottom-up approach. Say you want to create a query by joining 5 tables. Even though we declare 5 tables in the FROM clause, database will join 2 at a time. And then join another table with the previous result set. So this tool helps to build query similar to execution plan tree structure.

senthadev | 12 years ago | on: We got rejected by Y Combinator

Vinod khosla (Sun co-founder) says "Fail Fast", meaning that learn all the possibilities (specially the dead ends, how not to use) of the new technology/idea before competitors do. So when the competitors place their baby step on the idea you're more far from the starting line. Good luck.
page 1