Optimizing vector data stores
In the previous section, you learned how to identify bottlenecks and resolve them by tuning. In this section, you will learn how to configure vector stores for maximum performance, thereby eliminating a possible source of bottlenecks. First, we'll look at data storage, a factor that impacts vector and raster data performance. Next, we'll learn about the best formats for our vector data, based on their intended use. Finally, we'll learn about a topic that's particularly important to vector performance – indexing.
Choosing a data storage location is a relatively simple topic that has a big impact on performance if it is overlooked. Since the capacity is less of a concern with vector data than raster data, speed is the most important factor here. Whenever practical, opt for data that is stored locally on the GeoServer server, paying special attention to the nominal read/write speed of the drive or drive interface on which you intend to store the data. If you using...