For a certain amount of traffic, in line with the standards of the website, "portal" service cost is zero, you do not have to pay for the site space any fees, immediately improve your network profitability!
Server cluster technology used by portal sites
2000M Web space and add space on demand
500M Independent mailbox Space, 500M Independent database space
Supports UNIX or windows,php or ASP, asp.net
Supporting
Free ASP space size is: 200MB;
The flow limit is: unknown;
Support Asp+access+fso;
Application Address: http://www.jzla.cn/pdtshw/hstshw/index.asp
100M Free asp/php/html Space
Support ASP, asp.net, PHP program;
※ Support Access, MSSQL, MySQL database; SQL space needs to be purchased separately;
Web space 100M, limited resources, each user can only apply for one;
※ Independent FTP Account 1, IIS connection 20, traffic 2000M; support bound dom
asp+|server|sqlserver| Solution | data | Problem existing problem:
1, all records on a table. No classification
2, when developing, because not to consider such a large amount of data. The query statement executes in the program, causing the slow speed
3, according to the relational database inserts the process principle, each inserts, constructs once the index query, then, will occupy the massive memory and the CPU resources, the speed will also greatly reduce. In the case of 100 records in the
required to reorder when the table is changedMyisam_sort_buffer_size = 128M# The size of the maximum temporary file allowed when MySQL rebuilds the index (when REPAIR, ALTER TABLE or LOAD DATA INFILE).# If the file size is larger than this value, the index will be created by the key buffer (slower)Myisam_max_sort_file_size = 10G# If a table has more than one index, MyISAM can use more than one thread to fix them by using parallel sorting.# This is a good choice for users with multiple CPUs and
[[email protected] dmp]$ lsExport.log full.dmp Third, Copy DMP file to B MachineE:\app\Administrator\admin\oral\dpdump directory under Four, Bmachine to create the same instanceUse DBCA Default Creation Five, B machine to create the same custom Table SpaceCreating the same tablespace is a prerequisite, no need to create a custom user, the user object is created automatically when importingCreate tablespace xxx datafile ' E:\app\Administrator\oradata\oral\xxx.dbf ' size
changedMyisam_sort_buffer_size = 128M# The size of the maximum temporary file allowed when MySQL rebuilds the index (when REPAIR, ALTER TABLE or LOAD DATA INFILE).# If the file size is larger than this value, the index will be created by the key buffer (slower)Myisam_max_sort_file_size = 10G# If a table has more than one index, MyISAM can use more than one thread to fix them by using parallel sorting.# This is a good choice for users with multiple CPUs and a lot of memory.Myisam_repair_threads
Introduction to Oracle Database-level optimization analysis toolsWhen we optimize the diagnosis of the database, we need to collect the appropriate information for reference, from the personal experience, the statistical data are divided into two major categoriesOne category is database-level statisticsThe second class is OS-level statisticsHere's a breakdown of what tools are commonly used to gather information at different levels to help optimize diagnosticsThe first is the Oracle database-lev
Character setting informationDisplay character setting information for a databaseThe code is as follows:SELECT * from Nls_database_parameters;19. Get the Oracle versionThe code is as follows:SELECT VALUEFrom V$system_parameterWHERE name = ' compatible ';20. Store case-sensitive data, but the index is case insensitiveSometimes you might want to query a database for some independent data, you might use UPPER (..) = UPPER (..) for case-insensitive queries, so you want the index to be case-insensit
a shape like? [' filename '] [SIZE integer [K | M]] [reuse] [Autoextend_clause]? [Autoextend_clause] is shaped like: autoextend {OFF | On [NEXT integer [K | M]] [Maxsize_clause]}? where filename is the full path name of the data file, size is the file, and reuse indicates whether the file is reused.? Autoextend Indicates whether the extension is automatic. OFF | On? Indicates whether auto-expansion is turned off. Next indicates the size of the extension after the data file is full.? Maxsize_cla
Tags: OracleIn Oracle, there are often situations in which a table space is too large due to misoperation. The Delete method does not clear the high watermark, after using truncate, although the high watermark has been cleared, but the expanded table space does not shrink, it should be reduced by the following method:1. Find the data file ID for the table space, taking the users table space as an example:Select file_id from dba_data_files where tablespace_name = ' USERS '2. Allow table space to
limitations of the article, but it is very skin, Microsoft in Update 4 after the memory limit changed to 2G, that is, even if you follow the guide, the installation of less than 2000M of free memory will get an error message:sqlservr: This program requires a machine with at least 2000 megabytes of memory.Sometimes we think, I ran an Express, no money to buy Enterprise or web,express can only use 1G RAM, so much to do ... In fact, the reference articl
memory overhead.Read_rnd_buffer_size = 16M#批量插入数据缓存大小, can effectively improve the efficiency of insertion, the default is 8MBulk_insert_buffer_size = 64M# MyISAM the buffer required to reorder when the table is changedMyisam_sort_buffer_size = 128M# The size of the maximum temporary file allowed when MySQL rebuilds the index (when REPAIR, ALTER TABLE or LOAD DATA INFILE).# If the file size is larger than this value, the index will be created by the key buffer (slower)Myisam_max_sort_file_size
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.