Skip to main content

Home/ ProgrammingPages/ Contents contributed and discussions participated by Navneet Kumar

Contents contributed and discussions participated by Navneet Kumar

Navneet Kumar

Best of VIM Tips, gVIM's Key Features zzapper - 0 views

  •  
    vim tips
Navneet Kumar

Vi for programmers - Program - UNIX - Builder AU - 0 views

  •  
    taming vim, vim options
Navneet Kumar

MySQL AB :: High Performance MySQL Chapter 6: Server Performance Tuning - 0 views

  •  
    performance tuning for high performnace mysql
Navneet Kumar

Tuning a MySQL server in 5 minutes - 0 views

  •  
    max_connections  max_user_connections table_cache
Navneet Kumar

MySQL AB :: An Introduction to Database Normalization - 0 views

  •  
    intro to db normalization
Navneet Kumar

10 secret MySQL client startup options you should know - 1 views

  •  
    mysql client options
Navneet Kumar

Table types in MySQL: Part 1 - HEAP tables - 0 views

  •  
    Heap tables : in-memory tables
Navneet Kumar

MySQL AB :: MySQL 5.0 Reference Manual :: 13 Storage Engines - 0 views

  •  
    mysql storage engines myisam and innodb
Navneet Kumar

HTTP/1.1: Method Definitions - 0 views

  • GET and HEAD methods SHOULD NOT have the significance of taking an action other than retrieval.
  •  
    http method definitions. GET, POST, PUT, DELETE, HEAD, TRACE, CONNECT
Navneet Kumar

Unusual software bug - Wikipedia, the free encyclopedia - 0 views

  •  
    heisenbug, bohrbug, mandelbug, schroedinbug
Navneet Kumar

An Unorthodox Approach to Database Design : The Coming of the Shard | High Scalability - 0 views

  •  
    shard architecture partitions data onto multiple servers, so each server holds a shard of data
Navneet Kumar

Folksonomy - Wikipedia, the free encyclopedia - 0 views

  •  
    A folksonomy is the practice and method of collaborative categorization using freely-chosen keywords called tags
Navneet Kumar

Joe Gregorio | BitWorking | ETech '07 Summary - Part 2 - MegaData - 0 views

  • the limits you need to put on yourself when storing a billion rows in a database, and they included: no joins, no transactions, no stored procedures, and no triggers.
  • Joshua has similar suggestions from his experience building del.icio.us: no joins, no transactions, no autoincrement
  • BigTable, Google's column-based store with no transactions
    • Navneet Kumar
       
      "Column Based"
  • ...4 more annotations...
  • What's the point in designing tables for a webapp when an RDF-backed store will manage the data for you and RDF queries will come back as tabular data anyway?
  • designing and maintaining yet another relational schema for yet another webapp - doing so is starting to make as much sense as designing my own filesystem or TP monitor.
  • RDF + SPARQL + distributed data sources from around the web?
  • reason that rails and django are so productive; they're highly optimised for domain models. Raw RDF doesn't really do domains like that; you have to expend effort distilling triples into 'things';
  •  
    Database design for huge data. Distributed, joinless, transactionless, de-normalized database
‹ Previous 21 - 40 of 87 Next › Last »
Showing 20 items per page