Skip to main content

The importance of forests

The importance of forests
Man has been cutting down forests indiscriminately and today the trend is not only to save natural forests but to create artificial ones. Deserts are made to bloom! The Imperial Valley of the Sonoran desert in southern California has been converted into a green patch which yields crops all the year round. Forests are not to be considered merely as a direct source of wealth; they are to be considered in relation to the national economy and geography.
Forests serve many purposes. They hold together the soil and prevent or minimize soil erosion. The oxygen in the air is replenished by forests and plankton in the sea. Trees and plants, during photosynthesis, absorb carbon dioxide and release oxygen. Scientists fear that if forests are destroyed indiscriminately, there will be an increase in carbon dioxide and eventually the sun's rays will become hotter, the polar caps will melt and the ocean level rise and submerge much of our land. Vegetable mould that forests supply increases the fertility of the soil. Forests influence climate. The roots suck up sub-soil water and it is expelled as moisture by foliage. Forests provide sanctuary for animals and birds. It is to he remembered that the rich and varied wild life vanishes in proportion to the forest we destroy.
Industries like paper, rayon. straw-boards, matches, insulation boards and wood-panel products are dependent on forests. Indian forests are said to yield 2,500 species of wood, about 18% of which are commercially valuable. Forests are a source of essential oil and medicinal herbs. The lignin and cellulose found in wood are chemically treated to produce valuable drugs like sulfonamide and chloroform. Spruce and fur are used for making airplane and glider parts. Ash and mulberry woods are used for making many sports goods.
Governments all over the world have taken steps to conserve forests: President Franklin Roosevelt of the USA, alarmed by the massive destruction of forests by man, created a conservation corps of two million men to plant trees, dig lakes and build forest roads and in the course of ten years saved the country's forests. Today the trend is not only to save the existing forests but to create artificial ones. Israel is the classic example of a country where a desert has been converted into a garden. The success of this experiment shows that land can be reclaimed and thus increase the food supply of the world. It stands to Israel's credit that within twenty-five years it has doubled the area of its arable land.

Comments

Popular posts from this blog

SAP HANA In Memory Strategy

SAP HANA has many processes running on the SUSE Linux Server. SUSE Linux server manages the reservation of memory to all process. When SAP HANA starts up, Linux OS reserves memory for the program code, program stack, and static data. OS can dynamically reserve additional data memory upon request from the SAP HANA Server. SAP HANA create a memory pool for managing and tracking the consumption of memory. The memory pool is used to store all the in-memory data and system tables, thread stack, temporary computations and all other data structure required for managing the database. When more memory is required for table growth or temporary computations, the SAP HANA memory manager obtains this from the pool. For an overview, check out the Memory Overview feature of the SAP HANA studio. To access it, right-click on a System ->Configuration and Monitoring -> Open Memory Overview in the context menu, as follows:

SAP HANA Architecture

Data is compressed by different compression techniques (e.g. dictionary encoding, run length encoding, sparse encoding, cluster encoding, indirect encoding) in SAP HANA Column store. When main memory limit is reached in SAP HANA, the whole database objects (table, view,etc.) that are not used will be unloaded from the main memory and saved into the disk. These objects names are defined by application semantic and reloaded into main memory from the disk when required again. Under normal circumstances SAP HANA database manages unloading and loading of data automatically. However, the user can load and unload data from individual table manually by selecting a table in SAP HANA studio in respective Schema- by right-clicking and selecting the option "Unload/Load". SAP HANA Server consists of : Index Server Preprocessor Server Name Server Statistics Server XS Engine SAP HANA Index Server: SAP HANA Database Main server are index server. Detail of each server i...

SAP HANA Advantages

Below are advantages of SAP HANA - By In-Memory Technology user can explore and analyze all transaction and analytic data in real time from virtually any data source. Data can be aggregated from many sources. Real-time replication services can be used to access and replicate data from SAP ERP. SQL and MDX interface from third party support. It provides information modeling and design environment.