|
Вышел Informix 11.50.xC4
|
|||
---|---|---|---|
#18+
мдя... если б его еще всем желающим давали скачивать - цены б ему не было :) ... |
|||
:
Нравится:
Не нравится:
|
|||
28.04.2009, 14:20 |
|
Вышел Informix 11.50.xC4
|
|||
---|---|---|---|
#18+
У кого есть возможность - поделитесь, пожалуйста, FC4 фикспаком для Win64, а то с сайта скачать не дает :( ... |
|||
:
Нравится:
Не нравится:
|
|||
30.04.2009, 03:50 |
|
Вышел Informix 11.50.xC4
|
|||
---|---|---|---|
#18+
falcon111У кого есть возможность - поделитесь, пожалуйста, FC4 фикспаком для Win64, а то с сайта скачать не дает :( Такая же беда, с сайта PA исчез IDS, написал в IBM, ждем ответа. ... |
|||
:
Нравится:
Не нравится:
|
|||
30.04.2009, 10:35 |
|
Вышел Informix 11.50.xC4
|
|||
---|---|---|---|
#18+
Позавчера вроде как скачал. Правда к ссылке добрался как-то нестандартным способом через линк в рассылке. Мне выдал длинный список всех возможных версий, выбрад нужную и скачал. ... |
|||
:
Нравится:
Не нравится:
|
|||
30.04.2009, 12:50 |
|
Вышел Informix 11.50.xC4
|
|||
---|---|---|---|
#18+
zaietsПозавчера вроде как скачал. Правда к ссылке добрался как-то нестандартным способом через линк в рассылке. Мне выдал длинный список всех возможных версий, выбрад нужную и скачал. А куда-нибудь на рапидшару выложить нельзя? А то хочется на праздники пощупать его. ... |
|||
:
Нравится:
Не нравится:
|
|||
30.04.2009, 14:46 |
|
Вышел Informix 11.50.xC4
|
|||
---|---|---|---|
#18+
Новые возможности хС4 # High AvailabilityHigh * Availability Enabled on Windows 64-bit Operating System Some of the HA features were not available on MS Windows 64 bit versions # Administration * Save Disk Space by Compressing Data Data compression for tables. This deserves a few more words... Check the end of the article * Improved Options for Specifying Processor Affinity New options for providing binding between virtual CPUs and physical CPUs. We can now specify a list of physical CPUs, one ore more ranges, and ranges with increments * Disable IPv6 Support If you prefer to disable the IPv6 protocol you can create and empty file named $INFORMIXDIR/etc/IFX_DISABLE_IPV6 (readable by informix) or set and enrionment variable: IFX_DISABLE_IPV6=yes * Enhancements to the OpenAdmin Tool for IDS These include: Control of table compression, query by example for all the usual table operations (query, insert, delete and update), SQL explorer history, managing of external directives and export/import of OAT connection definitions * Generating a Customized Database Server Configuration File A new utility called genoncfg was introduced. It takes a default onconfig.std and a text file with some directives (number of CPUs, memory, rootdbs location) and adjusts the instance configuration. The result is saved in a file called onconfig on the local directory. This can be the beginning of a great tool # Enterprise Replication * Generate ATS and RIS Files in XML Format for Custom Repair Script The Aborted Transaction Spooling and Row Information Spooling files can be generated in XML format to facilitate the implementation of recovery processes * Prevent Upserts During Conflict Resolution An Upsert happens if an Update it send to target and the row does not exists. This may not be desirable if the row was previously deleted. Now we can make the DELETE "win" * New Event Alarms for Enterprise Replication Three new situations will trigger an alarm: When a server connection is dropped, when a server, replicate or replicate set changes state (stopping, starting, modifying, deleting, or changing the connection status) and when a transaction fails (generating ATS/RIS files) * Monitor the Progress of a Consistency Check or a Direct ynchronization New cdr commands to see the status of check and sync processes (cdr stats check and cdr stats sync) * Specify the Duration of a Consistency Check By default, inconsistent rows are rechecked once after two seconds, which might not be enough time for replicated transactions to be applied on the target server. You can now specify the number of seconds to spend on rechecking the consistency of inconsistent rows. Rechecking prevents transactions that are in progress from being listed as inconsistent in the consistency report. You can use the --inprogress option of the cdr check replicate and cdr check replicateset commands to specify the maximum number of seconds to perform rechecking. * Schedule Synchronization or Consistency Checking Operations cdr check and cdr sync allow for a new flag ( --background ) that will use the scheduler to make periodic runs of those processes * Improve Consistency Checking Performance Several options allow the execution of parallel threads for check operations. You can specify which data or intervals to check * Improve the Performance of Checking or Synchronizing Replicate sets A new option ( --process ) define how many threads to use in paralell for check and synchronization jobs * Role separation for Enterprise Replication (UNIX) If you're using role separations your DBSAs can control enterprise replication. Previously only user informix could * Enhancements to the Enterprise Replication plug-in for the OpenAdmin Tool for IDS A lot of new features in the ER plugin for Open Admin Tool (OAT) # Performance * Enable Concurrent I/O to Improve Performance on AIX Operating Systems IDS supports DIRECT I/O since version 11.10. Now it also supports Concurrent I/O (CIO) on AIX. It's a needed step to really get to the performance of raw devices. I have plans for an article on this subject... * IFX_LARGE_PAGES Environment Variable (AIX, Solaris) Allows IDS to take advantage of a pool of large memory pages configured by the system administrator. The shared memory virtual segments must be set to RESIDENT by the database system administrator # Application Development * DataBlade Module Registration through SQL Datablades can now be registered using plain old SQL. A new function, SYSBldPrepare is used for the registration process. So you can do it from any SQL tool or interface * Control the Results of a Fuzzy Search with the Basic Text Search DataBlade Module You can now specify the degree of similarity of search results in fuzzy searches when using the Basic Text Search DataBlade module. Specify a number between 0 and 1, where a higher value results in a higher degree of similarity. To limit results, specify a higher number. To maximize results, specify a lower number. The default degree of similarity is 0.5. * Map Characters for Indexing with the Basic Text Search DataBlade Module This allows us to replace special characters with other characters for indexing purposes * Default Boolean Operator in Basic Text Search Queries When we query a BTS index, the space between words is considered a default operator. Now we can define that default operator at index creation time * Storage for Temporary Basic Text Search Files It's now possible to define a separate sbspace for the temporary files used in BTS searches. This can increase performance. Up to now they were created in the same space as the index. * Track Basic Text Search Query Trends The possibility to save the queries made using a BTS index. This information can be used to provide hints to the end users in order to improve their own queries. It's like using past experiences to improve future queries * Fragment bts Indexes by Expressions It's now possible to split a BTS index into several sbspaces by using fragmentation * Monitor Change Data Capture Sessions A new onstat option ( onstat -g cdc ) that allows monitoring on data capture sessions. Change Data Capture API was introduced in 11.50.xC3 and can be used to capture data change and propagate it into other databases, web services etc. It's also one basic component to use SolidDB as a frontend cache for IDS. * View Change Data Capture Error Message Text A new function ( cdc_errortext() ) that retrieves an error message from an error generated by CDC # Security * Automatic Check for Installation Path Security (UNIX, Linux, Mac OS X) The installation process checks that the directory structure is secured * Utility to Enhance the Security of the Dynamic Server Installation Path (UNIX, Linux, Mac OS X) A new utility ( onsecurity ) that can check the integrity of the product installation. It can detect if the installation was compromised and in that case forbids the use of the product ... |
|||
:
Нравится:
Не нравится:
|
|||
12.05.2009, 12:08 |
|
|
start [/forum/topic.php?fid=44&tid=1607832]: |
0ms |
get settings: |
12ms |
get forum list: |
14ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
34ms |
get topic data: |
10ms |
get forum data: |
2ms |
get page messages: |
49ms |
get tp. blocked users: |
1ms |
others: | 327ms |
total: | 455ms |
0 / 0 |