‘Wiki’ Archive

API – Application Programming Interface

Contents

[ hide ]

    An application programming interface (API) is an interface that a software program implements in order to allow other software to interact with it; much in the same way that software might implement a user interface in order to allow humans to interact with it.

    This page is wiki editable click here to edit this page.

    AJAX – Asynchronous JavaScript and XML

    Contents

    [ hide ]

      AJAX is a type of programming made popular in 2005 by Google (with Google Suggest). It is not a new programming language, but a new way to use existing standards.

      This page is wiki editable click here to edit this page.

      CSV – Comma-separated values

      Contents

      [ hide ]

        A comma-separated values (CSV) file is used for the digital storage of data structured in a table of lists form, where each associated item (member) in a group is in association with others also separated by the commas of its set. Each line in the CSV file corresponds to a row in the table. Within a line, fields are separated by commas, each field belonging to one table column. Since it is a common and simple file format, CSV files are often used for moving tabular data between two different computer programs, for example between a database program and a spreadsheet program.

        This page is wiki editable click here to edit this page.

        eDM – Electronic Direct Mailer

        Contents

        [ hide ]

          Without doubt, Electronic Direct Mailer (eDM) is one of the most sought after tool in the online media world. Its ability to instantly deliver information into the inbox of a potential consumer (push method) is unmatched

          This page is wiki editable click here to edit this page.

          VLDB – Very large database

          Contents

          [ hide ]

            What constitutes a large table? While the size of a very large database (VLDB) is measured in hundreds of gigabytes, or even terabytes, the term does not necessarily indicate the size of individual tables within the database. A large database is one that does not perform as desired or one in which the operational or maintenance costs have gone beyond predefined maintenance or budgetary requirements. These requirements also apply to tables; a table can be considered large if the activities of other users or maintenance operations have a limiting affect on availability. For example, the sales table is considered large if performance is severely degraded or if the table is inaccessible during maintenance for two hours each day, each week, or even each month. In some cases, periodic downtime is acceptable, yet it can often be avoided or minimized by better design and partitioning implementations. While the term VLDB applies only to a database, for partitioning, it is more important to look at table size.

            This page is wiki editable click here to edit this page.