<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Block size for SQL Server geodatabases in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/block-size-for-sql-server-geodatabases/m-p/775287#M1259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We'll still have an Oracle presence for our spatial data as well for the next five years or so.&amp;nbsp; Over the years, we've had different iterations with 8K, 16K and even 32K (for rasters) db_block_sizes.&amp;nbsp; For the last migration to Oracle 12.1 we went with 8K straight across the board, and haven't noticed any performance impacts, and have gained some space back.&amp;nbsp; It's simpler as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think blocks sizes for Windows volumes might be like that, where larger data would be stored in a filegroup with a larger block size, etc.&amp;nbsp; But in the end, we have good hardware, a good SAN, and the added complexity maybe not worth it.&amp;nbsp; If it gets to a point and we need to start tuning for performance we might consider looking at it.&amp;nbsp;&amp;nbsp;I came away from my conversation with an associate feeling like this was something I missed the boat on and really needed to change before we even get started, but I think we'll wait on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sherrie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2017 18:28:00 GMT</pubDate>
    <dc:creator>SherrieKubis</dc:creator>
    <dc:date>2017-10-26T18:28:00Z</dc:date>
    <item>
      <title>Block size for SQL Server geodatabases</title>
      <link>https://community.esri.com/t5/geodatabase-questions/block-size-for-sql-server-geodatabases/m-p/775285#M1257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Microsoft SQL Server 2016 (SP1) (KB3182545) - 13.0.4001.0 (X64)&amp;nbsp; &amp;nbsp;Oct 28 2016 18:17:30&amp;nbsp; &amp;nbsp;Copyright (c) Microsoft Corporation&amp;nbsp; Standard Edition (64-bit) on Windows Server 2012 R2 Standard 6.3 &amp;lt;X64&amp;gt; (Build 9600: ) (Hypervisor)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have separate drives from C through K, for system, datafiles, logfiles, tempdb, etc.&amp;nbsp; Our database server is a VM, and the storage I am presented is from the underlying SAN storage of the VM.&amp;nbsp; The drives were created with the MS default of 4K, but it has been suggested to me that our datafiles, logfiles and tempdb should have a block size of 64K.&amp;nbsp; I don't see many references to this, nothing in ArcGIS documentation.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect the answer is 'it depends' on data size and use.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any insights, experience, rules of thumb for this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sherrie&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/block-size-for-sql-server-geodatabases/m-p/775285#M1257</guid>
      <dc:creator>SherrieKubis</dc:creator>
      <dc:date>2017-10-26T15:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Block size for SQL Server geodatabases</title>
      <link>https://community.esri.com/t5/geodatabase-questions/block-size-for-sql-server-geodatabases/m-p/775286#M1258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the default size personally and didn't have a problem. I found not go has high as 64K since if you need only 1 bit, then you must access the full 64k worth compare to only 4K or even 8K with smaller blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that you are using SQL Server but check out&amp;nbsp;&lt;A href="https://community.esri.com/thread/115952"&gt;https://community.esri.com/thread/115952&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/block-size-for-sql-server-geodatabases/m-p/775286#M1258</guid>
      <dc:creator>KevinDunlop</dc:creator>
      <dc:date>2017-10-26T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Block size for SQL Server geodatabases</title>
      <link>https://community.esri.com/t5/geodatabase-questions/block-size-for-sql-server-geodatabases/m-p/775287#M1259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We'll still have an Oracle presence for our spatial data as well for the next five years or so.&amp;nbsp; Over the years, we've had different iterations with 8K, 16K and even 32K (for rasters) db_block_sizes.&amp;nbsp; For the last migration to Oracle 12.1 we went with 8K straight across the board, and haven't noticed any performance impacts, and have gained some space back.&amp;nbsp; It's simpler as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think blocks sizes for Windows volumes might be like that, where larger data would be stored in a filegroup with a larger block size, etc.&amp;nbsp; But in the end, we have good hardware, a good SAN, and the added complexity maybe not worth it.&amp;nbsp; If it gets to a point and we need to start tuning for performance we might consider looking at it.&amp;nbsp;&amp;nbsp;I came away from my conversation with an associate feeling like this was something I missed the boat on and really needed to change before we even get started, but I think we'll wait on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sherrie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/block-size-for-sql-server-geodatabases/m-p/775287#M1259</guid>
      <dc:creator>SherrieKubis</dc:creator>
      <dc:date>2017-10-26T18:28:00Z</dc:date>
    </item>
  </channel>
</rss>

