No, I think this is a question related to system. In windows, we can re-format disk partition to NTFS in 1024, 2048 or 4096 cluster size. This information is useful when I want to optimize the speed of sqlite ( make the page size same as the cluster size )
Arthur Artoria ( 2014-11-21 02:48:49 +0200 )editHere is the article: http://www.sqlite.org/cvstrac/wiki?p=PerformanceTuningWindows In the chaper: Three: Page Size can make a difference It mentioned about the relationship between page size of a sqlite database and the cluster size.
Arthur Artoria ( 2014-11-21 03:52:18 +0200 )edit