Please enable JavaScript.
Coggle requires JavaScript to display documents.
SharePoint 2013 Development (Architectural Overview (SQL improvements and…
SharePoint 2013 Development
Architectural Overview
SQL improvements and shredded storage
a number of improvements have been made at the database layer to reduce the impact of serarios that might invoke full table scans
shredded storage: improve usage of advanced indexing features in SQL server 2008 R2 and SQL Server 2012 and incorporate a new feature
Distributed cache service
it is a new cache service, based on Window Server AppFabric Distributed Caching, has been implemented in SharePoint 2013. It improves performance by caching information such as social data authentication tokens
Unified search architecture
search provides numerous improvements to content
crawling, content processing, analytics processing, indexing, query processing, and search
administration components
Integrated Request Management (RM)
Request Management provides SharePoint more
knowledge and control over incoming requests.
New service applications
New service applications include the App Management Service
to support and manage apps in SharePoint 2013, the Machine Translation Service that
supports automated language translation of files, and the Work Management Service that
provides task aggregation functionality.
Office Web Applications is now a separate product
Web analytics platform
Windows Azure Workflow
Windows Azure Workflows are now supported for
on-premise and hosted deployments in SharePoint 2013
ON-PREMISE SERVER FARM ARCHITECTURE
Web servers
Web servers are servers that respond to user requests and render the
SharePoint web pages. All web servers in a farm are mirrors of each other and are load
balanced.
Application servers
Application servers are used to describe any server that runs backend application services (for example, servers that host search crawl and query components).
Multiple redundant application servers can be load balanced
Database servers
The database tier hosts nearly all the data of your farm in SQL
databases. This includes configuration databases, service application related databases, and
content databases. All databases can be assigned to one database server or spread across
multiple servers