- A segment is a defined portion or section of something larger such as a database, geometric object, or network. The term is used in database management, graphics, and communications.
1) In a database, a segment is a portion of the database that consists of one or more extents. Each extent is in turn made up of units called blocks, which are the smallest database units. One or more segments make up a tablespace.
2) In graphics, a segment is defined by the shortest possible path between two points. In a bitmap, the thinnest possible segment is the set of all pixels that lie closest to the shortest path between two points. In vector graphics, a segment is generated by specifying two end points and then executing operations that construct a straight line between and including those points. Two or more segments placed end-to-end form a polyline.
3) In communications, a segment is a portion of a network. Within a network segment, data can flow between any two points without having to pass through switches, routers, bridges, or hubs. The size of a segment can be defined by the number of workstations within it, or by the amount of network traffic it carries.
 |
Learn more about SQL Server Database Modeling and Design |
| SQL Server database design disasters: What not to do: Inspired by what he recently found in some SQL Server shops, database architect Brian Walker shares advice for improved database design – and SQL Server performance. |
| Physical data storage in SQL Server 2005 and 2008: Learn the fundamentals of data storage in SQL Server 2005 and 2008, including tables, views and data types, in this book excerpt. |
| Designing SQL Server non-clustered indexes for query optimization: Optimize SQL Server non-clustered indexes and queries by considering index fields, compound indexes and SQL Server statistics' impact on non-clustered indexes. |
  |
Creating SQL Server tables and columns: Quick tips to know: Improve performance of SQL Server tables and columns by defining data types, indexes, keys, partitions and more. Create SQL Server columns and tables with these best practices. |
| Top 10 SQL Server Tips of 2008: Get the top 10 SQL Server tips of 2008 on topics such as clustered index design, log shipping setup, date/time data conversions and many other aspects of SQL Server. |
| Tutorial: SQL Server indexing tips to improve performance: Significantly improve your SQL Server performance through this tutorial on proper indexing choices. Learn how to design high performing indexes and tune your existing SQL indexes. |
| Tutorial: Learn SQL Server basics from A-Z: If you're new to SQL Server of simply want a refresher on some fundamentals, check out this tutorial on topics from security and performance to SSIS and using native tools. |
| Supertype and subtype tables in SQL Server: Learn how to physically implement supertype and subtype tables on a SQL Server in this book excerpt. |
| SQL Server and data manipulation in T-SQL: Learn about stored procedures, parameters, triggers and other T-SQL code functions in this book excerpt. |
| LAST UPDATED: |
04 Apr 2005
|
 |
Do you have something to add to this definition? Let us know.
Send your comments to techterms@whatis.com
|


');
// -->



|