More Technical Information Than You Can Handle. 
 

.
 

NVIDIA Announces Financial Results for Fourth Quarter

 

SANTA CLARA, CA - NVIDIA (NASDAQ: NVDA)

NVIDIA
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

Dare to Become Simran Arora

 

Name:Simran Arora Role:Graduate Systems Engineer VMwareOffice Location:Cork, Ireland Fill in the blank: Dare to become who you&#rsquo;ve always wanted to be. Journey to a Career in Technical Sales My interest to enter the IT (information technology) field was sparked by my appreciation of technology, understanding of its complexity, and the passion that I […]

The post Dare to Become Simran Arora appeared first on VMware Careers Blog.

VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

Data centers : 5 prédictions pour 2017 autour des...

 

Par Madgaleine Bourgoin, Directrice Technique, VMware France

En 2016, les infrastructures …

Read More

VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

[Podcast] VMware End-User Computing on Frontline...

 

What&#rsquo;s next for VMware End-User Computing (EUC)? Pat Lee, vice president of product management for cloud apps and desktops at VMware, recently talked about this and much more on EUC podcast Frontline Chatter. &#rsquo;We&#rsquo;re always going to be improving and making constant changes each quarter to address customer concerns, figure out the use cases and […]

The post [Podcast] VMware End-User Computing on Frontline Chatter appeared first on VMware End-User Computing Blog.

VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

2017 Mobile & Tech Conferences for IT Coming Soon

 
Want to give your company a competitive advantage with a new tech strategy? Want to exchange ideas with technology pros in your industry? Here are 13 essential 2017 conferences for business and tech leaders in education, enterprises, financial services, government, healthcare and retail this winter and spring. RSA Conference: Feb. 13-17 in San Francisco, information […]]>... VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

vSAN and SRM RPO and RTO

 

A question came up recently from a customer that went something like this: “I am looking for an active/active configuration for disaster avoidance and disaster recovery with a recovery time objective of 0 minutes and a recovery point objective of 0 minutes. Is this something I can achieve with VMware vSAN and/or Site Recovery Manager

The post vSAN and SRM RPO and RTO appeared first on Virtual Blocks.

VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

HOL Three-Tier Application, Part 5 – Use Cases

 

If you have been following along in this series, first of all, thank you! Next, you should have a basicthree-tier application created: I tried to usesimple components to make it usable in either a home lab or a nested environment, so theyshould perform exceedingly wellin areal environment. Virtual Machine Profile The component Photon OS machines […]

The post HOL Three-Tier Application, Part 5 – Use Cases appeared first on VMware Hands-On Lab (HOL) Blog.

VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

Realise your business mobility possibilities...

 

The world&#rsquo;s largest gathering for the mobile industry, Mobile World …

Read More

VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

2017 Partner Survey: We Want to Hear From You

 

Together, VMware and our partners are influencing digital transformation efforts, globally and across all sectors. Thanks in large part to the feedback from our partner community; we all continue to act as trusted advisers driving strategy and positively impacting customer revenue and growth outcomes. We are eager to hear from you—our valued partners. The powerful […]

The post 2017 Partner Survey: We Want to Hear From You appeared first on Power of Partnership.

VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

HotDocs announces keynote speaker at HUG 2017

 
HotDocs, the industry leader in document automation technology, has today announced that Dave Coplin, author and technology visionary, will deliver the keynote address at the HotDocs User Group (HUG) in June 2017.With over 25 years in the technology industry and through his day job as a technology evangelist with Microsoft, Coplin is at the forefront of conversations around how individuals and organisations can benefit from the transformational potential that technology offers. One of the most... Source: RealWire RealWire
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

What a Broken Ankle Taught Me about the Potential...

 
p>By Kathy Winter It’s no secret I’ve long been a champion for the autonomous driving industry and the potential it has to reduce the number of accidents and save lives. But a recent broken ankle – and more than two months on crutches – brought that potential into focus as I finally understood the daily …... Intel-Press
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

Get a Chance to Share Your Cutting-Edge AR and VR...

 

Have a great idea for augmented or virtual reality? Here’s your chance to share it with the world — and even win $30,000 in cash and prizes. The VR Content Showcase is an incredible opportunity for 10 startups, universities or individuals to gain global recognition for innovation in augmented or virtual reality. The event will […]

The post Get a Chance to Share Your Cutting-Edge AR and VR Innovations with the World at GTC appeared first on The Official NVIDIA Blog.

NVIDIA
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

PostgreSQL 9.6.2, 9.5.6, 9.4.11, 9.3.16 and...

 

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months.

Users should plan to apply this update at the next scheduled downtime.

Build corruption with CREATE INDEX CONCURRENTLY

There existed a race condition if CREATE INDEX CONCURRENTLY was called on a column that had not been indexed before, then rows that were updated by transactions running at the same time as the CREATE INDEX CONCURRENTLY command could have been indexed incorrectly.

If you suspect this may have happened, the most reliable solution is to rebuild affected indexes after installing this update.

This issue is present in the 9.2, 9.3, 9.4, 9.5, and 9.6 series of PostgreSQL.

Fixes for visibility and write-ahead-log stability

These release contains several fixes to improve the stability of visible data and WAL logging that we wish to highlight here.

Prior to this release, data could be prematurely pruned by a vacuum operation when a special snapshot used for catalog scans was presently available. Specifically, the vacuum operation would not be aware of the oldest xmin for this special snapshot. The error would surface with a message such as:

"cache lookup failed for relation 1255"

This release ensures that vacuum operations will account for the catalog scan snapshots.

Additionally, there are several fixes to improved the stability of write-ahead-logging, including:

* A fix for BRIN index WAL logging where a replay could make a portion of the BRIN index useless and require recomputing
* A fix for an unlogged table where a WAL-log would be created under the "wal_level = minimal" setting, and upon replay after crash, the table would not appear to be properly reset
* A fix in the WAL page header validation when re-reading segments that fixes the error of  "out-of-sequence TLI" that could be reported during recovery

Theses issues are present in the 9.6 series of PostgreSQL releases and may also be present in the 9.2, 9.3, 9.4, and 9.5 series.

Bug Fixes and Improvements

This update also fixes a number of bugs reported in the last few months. Some of these issues affect only the 9.6 series, but many affect all supported versions. There are more than 75 fixes provided in this release, including:

  • Several fixes for operating in hot standby mode
  • Disallow setting the num_sync field to zero in synchronous_standby_names
  • Don't count background worker processes against a user's connection limit
  • Fix check for when an extension member object can be dropped
  • Fix tracking of initial privileges for extension member objects so that it works correctly with ALTER EXTENSION ... ADD/DROP
  • Several vacuum and autovacuum fixes
  • Fix CREATE OR REPLACE VIEW to update the view query before attempting to apply the new view options
  • Make sure ALTER TABLE preserves index tablespace assignments when rebuilding indexes
  • Several fixes to the query planner, including fixes for foreign tables and CTEs
  • Several fixes around the full-text search feature to improve accuracy and performance of the search
  • Several fixes and performance improvements in several array functions
  • Several fixes around the interaction of foreign-key constraints with trigger functions around specific ALTER TABLE operations
  • Remove optimizations for date/time data types that returned incorrect data
  • Fix incorrect use of view reloptions as regular table reloptions
  • Fix incorrect "target lists can have at most N entries" complaint when using ON CONFLICT with wide tables
  • Fix spurious "query provides a value for a dropped column" errors during INSERT or UPDATE on a table with a dropped column
  • Prevent multicolumn expansion of foo.* in an UPDATE source expression
  • Ensure that column typmods are determined accurately for multi-row VALUES constructs
  • Several fixes for the psql command-line tool
  • Prevent multiple calls of pg_start_backup() and pg_stop_backup() from running concurrently
  • Several fixes for pg_dump, pg_restore, and pg_basebackup, including a possible pg_basebackup failure on standby server when including WAL files
  • Several fixes for parallel workers and plans for parallel queries including fixing a crash if the number of workers available to a parallel query decreases during a rescan
  • Several fixes to PL/pgSQL, PL/Python, and PL/Tcl
  • Several fixes for contrib modules
  • Allow DOS-style line endings in ~/.pgpass files, even on Unix

Update time zone data files to tzdata release 2016j for DST law changes in northern Cyprus (adding a new zone Asia/Famagusta), Russia (adding a new zone Europe/Saratov), Tonga, and Antarctica/Casey. Historical corrections for Italy, Kazakhstan, Malta, and Palestine. Switch to preferring numeric zone abbreviations for Tonga.

Updating

All PostgreSQL update releases are cumulative. As with other minor releases, users are not required to dump and reload their database or use pg_upgrade in order to apply this update release; you may simply shut down PostgreSQL and update its binaries.

If you believe you have been affected by the aforementioned CREATE INDEX CONCURRENTLY bug, you will have to rebuild the index. Here is an example of how to rebuild an index in a production system without losing the ability to utilize the index:

CREATE INDEX CONCURRENTLY new_index_name ON table_name (column_name);
DROP INDEX CONCURRENTLY old_index_name;
ALTER INDEX new_index_name RENAME TO old_index_name;

Note that using this method means you will briefly have two copies of the same index, so if disk space is an issue you may need to take other approaches.

Users who have skipped one or more update releases may need to run additional, post-update steps; please see the release notes for earlier versions for details.

Links:

PostgreSQL-Press
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

Intel Shatters Performance Benchmarks with New...

 
p>Intel today extended the performance capabilities of the Intel® Xeon® processor E7-8800 v4 product family with the addition of a high-performance SKU in the processor family’s Advanced SKU stack. The new SKU delivers the processor family’s highest performance to handle the most demanding, mission-critical enterprise workloads. Businesses can use Intel Xeon processor E7-8894 v4-based servers …... Intel-Press
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

Italtel launches Itaca – a comprehensive...

 
With Itaca’s modular approach, service providers can extract value out of Big Data and gain increased insight into customer satisfactionMilan, February 9, 2017 - Italtel, a leading telecommunications company in IT system integration, managed services, Network Functions Virtualization (NFV) and all-IP solutions, today announced it will launch its Itaca (Italtel Analytics Configurable Asset) solution at Mobile World Congress 2017. As a modular and configurable analytics solution, Itaca improves the end-user experience, leveraging end-to-end visibility, knowledge... Source: RealWire RealWire
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

ABBYY and UiPath at the Future of Finance Summit

 
ABBYY and partner will showcase capture-driven business process automation solutions for shared service providersLondon, UK (9 February 2017) - ABBYY, a leading global provider of technologies and solutions to action information, will present capture-driven process automation solutions for BPOs and Shared Service Centers (SSC) at the Future of Finance Summit in London. This industry-leading event for CFOs, Finance Leaders and Global Process Owners addresses the most pressing topics in the industry and crafts a shared... Source: RealWire RealWire
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
 

The EUC Insights Virtual Tradeshow is Coming to...

 

Register below for VMware’s annual EUC Insights Tradeshow in your geography: AMER - February 15 - REGISTER NOW APJ - March 2 - REGISTER NOW EMEA - March 7 - REGISTER NOW EUC Insights is a 3-hour, virtual tradeshow (with interactive booths, technical demos, and HOLs) that is dedicated to theend-user computing community. You’ll get […]

The post The EUC Insights Virtual Tradeshow is Coming to Your Geo appeared first on Partner News.

VMware
  Read More | Posted: February 9, 2017 | By: Wissen Schwamm  
  News Archive  
    1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28