<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Data Integrity Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/data-integrity/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/data-integrity/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 01 Nov 2023 02:58:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>What is PostgreSQL and its Works &#038; Architecture?</title>
		<link>https://www.aiuniverse.xyz/what-is-postgresql-and-its-works-architecture/</link>
					<comments>https://www.aiuniverse.xyz/what-is-postgresql-and-its-works-architecture/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Wed, 01 Nov 2023 02:58:41 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ACID Compliance]]></category>
		<category><![CDATA[Client-Server Model]]></category>
		<category><![CDATA[Data Integrity]]></category>
		<category><![CDATA[Extensible]]></category>
		<category><![CDATA[Multi-Version Concurrency Control (MVCC)]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[Pluggable Storage Engines]]></category>
		<category><![CDATA[Query Optimization]]></category>
		<category><![CDATA[Relational Database Management System]]></category>
		<category><![CDATA[Tablespaces]]></category>
		<category><![CDATA[Top Use Cases of PostgreSQL]]></category>
		<category><![CDATA[What is PostgreSQL?]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=17946</guid>

					<description><![CDATA[<p>What is PostgreSQL? PostgreSQL is an open-source relational database management system (RDBMS) that is known for its powerful features, scalability, and reliability. It is used by a <a class="read-more-link" href="https://www.aiuniverse.xyz/what-is-postgresql-and-its-works-architecture/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-postgresql-and-its-works-architecture/">What is PostgreSQL and its Works &amp; Architecture?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/10/image-9.png" alt="" class="wp-image-17948" width="841" height="467"/></figure>



<h1 class="wp-block-heading">What is PostgreSQL?</h1>



<p>PostgreSQL is an open-source relational database management system (RDBMS) that is known for its powerful features, scalability, and reliability. It is used by a wide range of organizations, from small businesses to large enterprises, to power their applications and websites.</p>



<h2 class="wp-block-heading">Top Use Cases of PostgreSQL</h2>



<p>PostgreSQL is widely used in various industries for different purposes. Some of the top use cases of PostgreSQL include:</p>



<ol class="wp-block-list">
<li><strong>Data Warehousing</strong>: PostgreSQL is suitable for managing large volumes of data and performing complex analytical queries, making it an excellent choice for data warehousing applications.</li>



<li><strong>Web Applications</strong>: PostgreSQL is a popular choice for powering web applications, both small and large. It is used by websites such as Reddit, Instagram, and Tumblr.</li>



<li><strong>Geographic Information Systems (GIS)</strong>: PostgreSQL supports geospatial data types, making it a good choice for applications that need to store and manage geospatial data, such as mapping applications and GPS devices.</li>



<li><strong>Time-Series Data</strong>: PostgreSQL&#8217;s ability to efficiently store and query time-series data makes it well-suited for applications that deal with data collected over time, such as IoT, sensor data, financial data, and monitoring systems.</li>



<li><strong>Content Management Systems (CMS)</strong>: PostgreSQL is a popular choice for powering CMS platforms, such as Drupal and WordPress.</li>
</ol>



<h2 class="wp-block-heading">Features of PostgreSQL</h2>



<p>Features of PostgreSQL</p>



<ul class="wp-block-list">
<li><strong>Open source:</strong> PostgreSQL is an open-source database, which means that it is free to use and modify.</li>



<li><strong>Powerful features:</strong> PostgreSQL offers a wide range of powerful features, including ACID transactions, foreign keys, triggers, and stored procedures.</li>



<li><strong>Scalability:</strong> PostgreSQL is scalable from small databases to large databases with millions of records.</li>



<li><strong>Reliability:</strong> PostgreSQL is known for its reliability and stability.</li>
</ul>



<h2 class="wp-block-heading">Workflow of PostgreSQL</h2>



<p>The workflow of PostgreSQL involves several steps, including:</p>



<ol class="wp-block-list">
<li><strong>Database Design</strong>: In this step, you define the structure of your database, including tables, columns, relationships, and constraints.</li>



<li><strong>Data Insertion</strong>: Once the database is set up, you can insert data into the tables using SQL statements or graphical tools.</li>



<li><strong>Data Retrieval</strong>: PostgreSQL provides a comprehensive set of SQL commands for querying and retrieving data from the database based on specific criteria.</li>



<li><strong>Data Manipulation</strong>: You can modify the data in the database by updating, deleting, or inserting new records using SQL statements.</li>



<li><strong>Database Administration</strong>: PostgreSQL offers various administration tasks, such as managing user roles, optimizing query performance, monitoring database health, and ensuring data security.</li>
</ol>



<h2 class="wp-block-heading">How PostgreSQL Works &amp; Architecture?</h2>



<p>PostgreSQL, widely regarded as one of the most advanced relational database management systems, operates on a dual model, employing both client and server components. The client initiates requests to the PostgreSQL server, which, in turn, responds to these requests. In typical scenarios, where the client and server are on separate hosts, communication takes place over a TCP/IP network connection. To handle multiple concurrent sessions from various clients, PostgreSQL employs a process-per-connection approach. Once established, the new server process and the client communicate directly without requiring the involvement of additional processes. Additionally, PostgreSQL relies on its own set of background processes to manage the server efficiently.</p>



<p>The PostgreSQL architecture can be broken down into three primary components:</p>



<ol class="wp-block-list">
<li>Shared Memory</li>



<li>Background Processes</li>



<li>Data Directory Structure and Data Files</li>
</ol>



<p>The diagram below provides a visual representation of the PostgreSQL Architecture.</p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/10/img-removebg-preview.png" alt="" class="wp-image-17949" width="837" height="601" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/10/img-removebg-preview.png 577w, https://www.aiuniverse.xyz/wp-content/uploads/2023/10/img-removebg-preview-300x215.png 300w" sizes="(max-width: 837px) 100vw, 837px" /></figure>



<p>The main processes in the PostgreSQL process are:</p>



<ul class="wp-block-list">
<li><strong>Postmaster:</strong>&nbsp;The postmaster is the parent process of all other PostgreSQL processes.&nbsp;It is responsible for starting and stopping the other PostgreSQL processes,&nbsp;and for managing the database&#8217;s connections.</li>



<li><strong>Backend processes:</strong>&nbsp;The backend processes are responsible for executing SQL queries from clients.</li>



<li><strong>Shared buffers:</strong>&nbsp;The shared buffers are a shared memory region that stores the most frequently accessed data from the database.</li>



<li><strong>WAL buffers:</strong>&nbsp;The WAL buffers are a shared memory region that stores the write-ahead log (WAL) data.&nbsp;The WAL is a log of all changes to the database.</li>



<li><strong>Work memory:</strong>&nbsp;The work memory is used for sorting,&nbsp;bitmap operations,&nbsp;hash joins,&nbsp;and merge joins.</li>



<li><strong>Maintenance work memory:</strong>&nbsp;The maintenance work memory is used for vacuum and analyze operations.</li>



<li><strong>Background writer:</strong>&nbsp;The background writer is responsible for flushing data from the shared buffers to the database files.</li>



<li><strong>WAL writer:</strong>&nbsp;The WAL writer is responsible for flushing WAL data from the WAL buffers to the WAL files.</li>



<li><strong>Archiver:</strong>&nbsp;The archiver is responsible for archiving old WAL files.</li>
</ul>



<p>The PostgreSQL process is a complex system, but it is essential for the smooth operation of the PostgreSQL database.</p>



<p>Here is a more detailed explanation of each process:</p>



<p><strong>Postmaster</strong></p>



<p>The postmaster is the parent process of all other PostgreSQL processes. It is responsible for starting and stopping the other PostgreSQL processes, and for managing the database&#8217;s connections. The postmaster also listens for new connections from clients and assigns them to backend processes.</p>



<p><strong>Backend processes</strong></p>



<p>The backend processes are responsible for executing SQL queries from clients. Each backend process has its own copy of the shared buffers and work memory. The backend process reads the SQL query from the client, parses it, and executes it. The backend process then returns the results of the query to the client.</p>



<p><strong>Shared buffers</strong></p>



<p>The shared buffers are a shared memory region that stores the most frequently accessed data from the database. The shared buffers are used to improve the performance of the database by reducing the number of times that the backend processes need to read data from the database files.</p>



<p><strong>WAL buffers</strong></p>



<p>The WAL buffers are a shared memory region that stores the write-ahead log (WAL) data. The WAL is a log of all changes to the database. The WAL buffers are used to ensure that the database can be recovered in the event of a failure.</p>



<p><strong>Work memory</strong></p>



<p>The work memory is used for sorting, bitmap operations, hash joins, and merge joins. The work memory is a limited resource, so the PostgreSQL planner must carefully choose how to use it.</p>



<p><strong>Maintenance work memory</strong></p>



<p>The maintenance work memory is used for vacuum and analyze operations. Vacuum operations reclaim disk space by removing deleted rows from the database files. Analyze operations update the database&#8217;s statistics, which helps the PostgreSQL planner to choose the most efficient query plans.</p>



<p><strong>Background writer</strong></p>



<p>The background writer is responsible for flushing data from the shared buffers to the database files. The background writer helps to improve the performance of the database by reducing the number of times that the backend processes need to write data to the database files.</p>



<p><strong>WAL writer</strong></p>



<p>The WAL writer is responsible for flushing WAL data from the WAL buffers to the WAL files. The WAL writer helps to ensure that the database can be recovered in the event of a failure.</p>



<p><strong>Archiver</strong></p>



<p>The archiver is responsible for archiving old WAL files. Archived WAL files can be used to restore the database to a previous point in time.</p>



<h2 class="wp-block-heading">How to Install and Configure PostgreSQL?</h2>



<p>To install and configure PostgreSQL, follow the steps below:</p>



<ol class="wp-block-list">
<li>Download the PostgreSQL installer suitable for your operating system from the official website: <a href="https://www.postgresql.org/download/">https://www.postgresql.org/download/</a>.</li>



<li>Run the installer and follow the on-screen instructions. Choose the necessary components to install, such as the <strong>PostgreSQL server</strong>, <strong>command-line tools</strong>, and <strong>graphical tools</strong>.</li>



<li>During the installation, you will be prompted to set a password for the default PostgreSQL superuser (usually named &#8220;postgres&#8221;). Choose a strong password and remember it.</li>



<li>After the installation completes, open the &#8220;pgAdmin&#8221; tool if it is installed. This tool provides a graphical interface to manage your PostgreSQL server.</li>



<li>In the pgAdmin interface, click the &#8220;Add New Server&#8221; button and provide a name for your server.</li>



<li>In the &#8220;Connection&#8221; tab, enter the following details:</li>
</ol>



<ul class="wp-block-list">
<li><strong>Host:</strong> localhost (or the IP address of your server)</li>



<li><strong>Port: </strong>5432 (default port for PostgreSQL)</li>



<li><strong>Maintenance database:</strong> postgres (default database name)</li>



<li><strong>Username:</strong> postgres (default superuser)</li>
</ul>



<p>7. Click &#8220;<strong>Save</strong>&#8221; to save the server configuration.</p>



<p>8. Now, connect to your PostgreSQL server using the username &#8220;postgres&#8221; and the password you set during the installation.</p>



<p>9. Once connected, you can create new databases, manage users and roles, and perform administrative tasks through the pgAdmin interface or by using various SQL statements.</p>



<h2 class="wp-block-heading">Step by Step Fundamental Tutorials of PostgreSQL </h2>



<p>To provide a step-by-step fundamental tutorial of PostgreSQL, we would need to cover the following topics:</p>



<ol class="wp-block-list">
<li>Installation:</li>
</ol>



<ul class="wp-block-list">
<li>Download and install PostgreSQL from the official website (https://www.postgresql.org/download/).</li>



<li>Follow the installation wizard and set your desired password for the database superuser (&#8220;postgres&#8221; by default).</li>
</ul>



<p>2. Creating a Database:</p>



<p>Open a command-line interface (such as the psql shell or command prompt) and enter the following command to connect to the PostgreSQL server:</p>



<pre class="wp-block-code"><code>psql -U postgres   </code></pre>



<ul class="wp-block-list">
<li>Enter the password set during installation.</li>



<li>To create a new database, use the following</li>
</ul>



<pre class="wp-block-code"><code>CREATE DATABASE tutorial;</code></pre>



<ol class="wp-block-list" start="3">
<li>Creating Tables:</li>
</ol>



<p>Connect to the database using the following command:</p>



<pre class="wp-block-code"><code>\c tutorial</code></pre>



<p>Execute the following commands to create a new table called &#8220;users&#8221;:</p>



<pre class="wp-block-code"><code>    CREATE TABLE users (
         id serial PRIMARY KEY,
         name varchar(50),
         email varchar(100)
     );
     </code></pre>



<ol class="wp-block-list" start="4">
<li>Inserting Data into Tables:</li>
</ol>



<p>To insert data into the &#8220;users&#8221; table, use the following command:</p>



<pre class="wp-block-code"><code>
     INSERT INTO users (name, email)
     VALUES ('Anoj Kumar', 'anoj@example.com');
     </code></pre>



<ol class="wp-block-list" start="5">
<li>Retrieving Data from Tables:</li>
</ol>



<p>To retrieve all data from the &#8220;users&#8221; table, use the following command:</p>



<pre class="wp-block-code"><code>SELECT * FROM users;</code></pre>



<ol class="wp-block-list" start="6">
<li>Updating Data in Tables:</li>
</ol>



<p>To update data in the &#8220;users&#8221; table, use the following command:</p>



<pre class="wp-block-code"><code>     UPDATE users
     SET email = 'johndoe@example.com'
     WHERE id = 1;</code></pre>



<ol class="wp-block-list" start="7">
<li>Deleting Data from Tables:</li>
</ol>



<p>To delete data from the &#8220;users&#8221; table, use the following command:</p>



<pre class="wp-block-code"><code>     DELETE FROM users
     WHERE id = 1;</code></pre>



<ol class="wp-block-list" start="8">
<li>Dropping Tables:</li>
</ol>



<p>To drop the &#8220;users&#8221; table, use the following command:</p>



<pre class="wp-block-code"><code>DROP TABLE users;</code></pre>



<p>These steps cover the basics of PostgreSQL and should provide you with a solid foundation to start working with the database system.</p>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-postgresql-and-its-works-architecture/">What is PostgreSQL and its Works &amp; Architecture?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/what-is-postgresql-and-its-works-architecture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Big Data and the Importance of Data Integrity</title>
		<link>https://www.aiuniverse.xyz/big-data-and-the-importance-of-data-integrity/</link>
					<comments>https://www.aiuniverse.xyz/big-data-and-the-importance-of-data-integrity/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 23 Jul 2020 06:33:04 +0000</pubDate>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[Big data]]></category>
		<category><![CDATA[Data Integrity]]></category>
		<category><![CDATA[Internet of Things]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=10403</guid>

					<description><![CDATA[<p>Source: securityboulevard.com The Age of Big Data has arrived. According to estimates, 90% of the data in the entire world has been generated in just the past two <a class="read-more-link" href="https://www.aiuniverse.xyz/big-data-and-the-importance-of-data-integrity/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/big-data-and-the-importance-of-data-integrity/">Big Data and the Importance of Data Integrity</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: securityboulevard.com</p>



<p>The Age of Big Data has arrived. According to estimates, 90% of the data in the entire world has been generated in just the past two years. The growth will continue to accelerate, as the total installed base of internet of things (IoT)-connected devices is projected to reach 75.44 billion worldwide by 2025—a fivefold increase in 10 years.</p>



<p>What’s driving this surge in connectivity and data? IoT comprises much of the big data explosion. Smart devices are becoming more widely accepted, mobility is on the rise and edge computing is increasing. According to IDC, IoT applications will generate 4.4 zettabytes (ZB) of data this year, up from 0.1ZB in 2013.</p>



<p>Consumer and enterprise applications for IoT are blossoming, encompassing everything from connected home technology, healthcare and fitness wearables to supply chain, machine-to-machine and industrial deployments.</p>



<p>IoT is also booming for large-scale applications such as smart vehicles, farming and utilities. A recent survey found that smart city is now the largest IoT segment in terms of number of IoT projects identified emerging currency (23%), pulling ahead of connected industry use cases. As the volume and diversity of big data grows, security and data integrity are more essential than ever.</p>



<h3 class="wp-block-heading">Why Security Matters for IoT</h3>



<p>What makes security so integral to IoT applications? The nature of the data and devices for many IoT uses cases makes them extra-sensitive. IoT devices regularly capture highly personal data from consumers, including mobile e-commerce data from smartphones, health data from wearables and identity information from individuals. In enterprise and industrial environments, they may share highly proprietary manufacturing or supply chain data.</p>



<p>Some recent high-profile hacks underscore the escalating risk. Nearly half of all companies in the United States that use an IoT network have been affected by a security breach that has impacted annual revenue. The Ponemon Institute, in a report sponsored by IBM, says breaches cost companies an average of $3.92 million each—with some costing much more.</p>



<p>Looking beyond risk, maintaining data integrity is also essential to realizing a return on investment. To deliver the business outcomes that organizations expect, they need to be confident in the integrity of their data that supports critical business decisions. If data is compromised, they can no longer count on a consistent source of information to support business analytics and other insights they need to drive outcomes.</p>



<h3 class="wp-block-heading"><strong>Applying Best Practices to IoT Security</strong></h3>



<p>To help secure IoT environments, organizations need to apply the right technology and best practices at both the device and platform levels. Public key infrastructure (PKI) offers a robust foundation for comprehensive security.&nbsp; This well-established technology enjoys widespread adoption. It provides support that addresses the most common vulnerabilities with IoT devices, strong authentication, data encryption and information integrity.</p>



<p>PKI offers distinct advantages for IoT environments. It is highly customizable, enabling organizations to implement digital certificates that accommodate any type of device, from sensors to large commercial airliners. PKI is also highly scalable, enabling organizations to manage security for high volumes of devices and dynamically changing volumes of certificates effectively.</p>



<p>To support PKI in an IoT environment, it’s essential to minimize complexity. An effective management solution will enable you to identify, manage, control and secure every connected device, from a centralized location including the ability to drive operational reporting from the raw IoT data.</p>



<p>Choose a PKI solution with flexible deployment options, allowing the infrastructure to be stood up from the cloud, on-premises and cloud-hosted multi-tenancy. The solution should also enable organizations to meet in-country compliance and regulatory requirements.</p>



<p>There is no question that the tsunami of big data will continue to create new challenges in securing consumer and enterprise environments. Fortunately, with the right approach to maintaining data integrity and security, organizations can position themselves to tap the full potential of big data to drive risks down and business outcomes up.</p>
<p>The post <a href="https://www.aiuniverse.xyz/big-data-and-the-importance-of-data-integrity/">Big Data and the Importance of Data Integrity</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/big-data-and-the-importance-of-data-integrity/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NIH Promotes Big Data to Enhance Eye Disease Research</title>
		<link>https://www.aiuniverse.xyz/nih-promotes-big-data-to-enhance-eye-disease-research/</link>
					<comments>https://www.aiuniverse.xyz/nih-promotes-big-data-to-enhance-eye-disease-research/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 01 Aug 2019 06:03:24 +0000</pubDate>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Big data]]></category>
		<category><![CDATA[Clinical Analytics]]></category>
		<category><![CDATA[Data Integrity]]></category>
		<category><![CDATA[data quality]]></category>
		<category><![CDATA[Genomics]]></category>
		<category><![CDATA[NIH]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=4187</guid>

					<description><![CDATA[<p>Source: healthitanalytics.com July 31, 2019 &#8211; Improving collaboration between specialists and integrating multiple datasets to leverage big data will be key for advancing research for dry age-related macular degeneration <a class="read-more-link" href="https://www.aiuniverse.xyz/nih-promotes-big-data-to-enhance-eye-disease-research/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/nih-promotes-big-data-to-enhance-eye-disease-research/">NIH Promotes Big Data to Enhance Eye Disease Research</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: healthitanalytics.com</p>



<p>July 31, 2019 &#8211; Improving collaboration between specialists and integrating multiple datasets to leverage big data will be key for advancing research for dry age-related macular degeneration (AMD), according to a new report from a National Institute of Health (NIH) working group.</p>



<p>Over 11 million people in the United States are diagnosed with AMD, an eye disease that ultimately results in blindness. It is the leading cause of blindness among individuals 65 years of age and older.</p>



<p>The disease can manifest in one of two forms: neovascular (wet) or non-neovascular (dry). While the neovascular form progresses more rapidly, there are several known and proven treatments for the disease. There are no preventive measures for dry AMD nor treatment options.</p>



<h4 class="wp-block-heading">Dig Deeper</h4>



<ul class="wp-block-list"><li>As Artificial Intelligence Matures, Healthcare Eyes Data Aggregation</li><li>Is Healthcare Any Closer to Achieving the Promises of Big Data Analytics?</li><li>New Project Puts an Actuarial Eye on Big Data, Healthcare Costs</li></ul>



<p>“The working group thoroughly assessed what is known about dry AMD pathobiology, and the recommendations will be informative for considering future NEI research priorities to align with promising pathways for discovering therapeutic targets,” said Director of National Eye Institute (NEI), Paul Sieving, MD, PhD, in an earlier news release.</p>



<p>The working group recommended a systems biology approach to disease treatment, an integration of genomic, preclinical, medical, pharmacological, and clinical data to inform modeling of the disease progression. Synthesizing big data from all these areas including tissue samples from clinical trials will help inform predictive modeling which can then be used to inform individual patient care.</p>



<p>A personalized approach to disease management may also be helpful, the working group recommended. Such an approach should consider the disease stage, progression, and individual risk factors to provide preventive and treatment strategies specific to the patient, the report said. Collaborating will all points of care will allow a multidisciplinary team to use a patient’s unique clinical, imaging, and genomic data to treat the disease.</p>



<p>“We propose that researchers utilize a systems biology approach, integrating the big data available from clinical registries and various fields of biology known as ‘omics’ to develop better models and ultimately treatments for patients with this blinding disease,” stated report co-author Joan W. Miller, MD.</p>



<p>Due to a lack of preventive strategies and treatment options for dry AMD, the working group noted the need for improved understanding of the disease pathology and promoted clinical trial investigations to do so. Previous research has shown a genetic link to the disease as well as several lifestyle factors including smoking, but there is no work examining the effects these factors have on dry AMD.</p>



<p>A better understanding of how these factors impact the disease will help providers be better informed to watch for risk factors and promote inventive preventive strategies. Such understanding only comes from examining data and promoting the use of big, integrated data sources to help investigators use multiple sources to answer their questions.</p>



<p>Effective disease management will need multiple targets that differ based on the disease stage progression, the report notes. A strategy overhaul needs to take place that focuses on large-scale, collaborative, systems biology in order to effectively treat the disease.</p>



<p>“This approach would integrate basic, genomic, pre-clinical, medical, pharmacological, and clinical data into mathematical models of pathological processes at different stages of dry AMD in order to ask how relevant individual components act together within the living system,” Miller said.</p>



<p>The working group was appointed by the National Advisory Eye Council, a 12-member panel that establishes guidelines for the NEI under the NIH. The group was charged with a multilayered goal: to raise public health awareness about the impact of dry AMD, review the current state of research about the disease for a better understanding of its pathology, propose future research directions, encourage scientists to focus on AMD, and promote collaboration among a network of specialized providers.</p>
<p>The post <a href="https://www.aiuniverse.xyz/nih-promotes-big-data-to-enhance-eye-disease-research/">NIH Promotes Big Data to Enhance Eye Disease Research</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/nih-promotes-big-data-to-enhance-eye-disease-research/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
